diff options
-rw-r--r-- | .clang-format | 1 | ||||
-rw-r--r-- | .gitignore | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..4a41570 --- /dev/null +++ b/.clang-format @@ -0,0 +1 @@ +IndentWidth: 8
\ No newline at end of file @@ -1 +1,3 @@ -build/
\ No newline at end of file +build/ +.cache +test/p
\ No newline at end of file |