aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-10-29 13:13:10 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-10-29 13:13:10 +0000
commit4f2818108e5f0b295e91381b730691fcdfb3516e (patch)
tree2f6956915fe52ae931341180a23074d4e23455fd /.clang-format
parentef40b73392888b1bac5ab06ba3130290c3e89956 (diff)
downloadSimplex-4f2818108e5f0b295e91381b730691fcdfb3516e.tar.gz
Simplex-4f2818108e5f0b295e91381b730691fcdfb3516e.zip
Working prototype of simplex
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format15
1 files changed, 15 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..a4489c5
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,15 @@
+---
+BasedOnStyle: LLVM
+IndentWidth: 4
+---
+Language: Cpp
+AccessModifierOffset: -4
+AlignTrailingComments: true
+AllowShortFunctionsOnASingleLine: Inline
+AlwaysBreakTemplateDeclarations: true
+BreakBeforeBraces: Linux
+SortIncludes: true
+SpaceBeforeParens: ControlStatements
+UseTab: Never
+...
+