diff options
| author | 2024-09-01 13:17:10 -0400 | |
|---|---|---|
| committer | 2024-09-01 13:17:10 -0400 | |
| commit | f6d7b19d2df68d2f549a76cf182c06d38970884f (patch) | |
| tree | e959b2bd1086a99e7d10124e59d52473f8723909 /.clang-format | |
initial commit
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..0fc6dd1 --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +--- +UseTab: Always +IndentWidth: 4 +TabWidth: 4 +# BasedOnStyle: LLVM |
