Add a .clang-format
authorLuke Lau <luke_lau@icloud.com>
Wed, 11 Mar 2020 23:14:13 +0000 (23:14 +0000)
committerLuke Lau <luke_lau@icloud.com>
Wed, 11 Mar 2020 23:24:35 +0000 (23:24 +0000)
.clang-format [new file with mode: 0644]

diff --git a/.clang-format b/.clang-format
new file mode 100644 (file)
index 0000000..fc35d1d
--- /dev/null
@@ -0,0 +1,4 @@
+BasedOnStyle: LLVM
+IndentWidth: 4
+TabWidth: 4
+UseTab: ForContinuationAndIndentation