summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-04-25 12:21:18 +0200
committerlonkaars <loek@pipeframe.xyz>2022-04-25 12:21:18 +0200
commit9421fb8c7a7ec8082ada2eaa583acea4bdc12ed1 (patch)
tree6c7689d97fe5b9f73533ffb842bc3df07c8edb32 /.clang-format
initial commit
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format14
1 files changed, 14 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..ee35ba8
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,14 @@
+---
+AccessModifierOffset: 0
+BasedOnStyle: LLVM
+BreakBeforeBraces: Linux
+ColumnLimit: 100
+IndentWidth: '4'
+Language: Cpp
+Standard: Cpp11
+TabWidth: '4'
+UseTab: Always
+
+...
+
+# vim: ft=yaml