diff options
author | uvok | 2025-07-18 17:54:15 +0200 |
---|---|---|
committer | uvok | 2025-07-18 17:54:15 +0200 |
commit | 041bf2787c46689748a1f8e153d8870aa26758e2 (patch) | |
tree | a973fbbbde64e2258a289f038a6f47908b264eb6 | |
parent | e2dc315c1f84a91bf1f4b10c23cb24b4fc6caeee (diff) |
Clang-format
-rw-r--r-- | .clang-format | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..6bcf812 --- /dev/null +++ b/.clang-format @@ -0,0 +1,3 @@ +BasedOnStyle: Microsoft +NamespaceIndentation: All + |