summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2018-07-08 13:44:02 +0200
committerFelix Buehler <account@buehler.rocks>2018-07-08 13:48:28 +0200
commita40d7d928f2a24dcb4b9eeae0997f143f4651191 (patch)
treedce313338ccaac443750ffba594efd152d0be017 /.clang-format
parentc5ad20bf50ca0e28d5e21395c06496b0ded74b00 (diff)
switch to clang 3.8 & ignore sort oder of includes
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 1d84013..6e49d83 100644
--- a/.clang-format
+++ b/.clang-format
@@ -8,3 +8,4 @@ IndentWidth: 4
PointerBindsToType: false
ColumnLimit: 0
SpaceBeforeParens: ControlStatements
+SortIncludes: false