summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-09 14:58:59 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-09 14:58:59 +0200
commitbe84308e01ecc9e8de2997ab030420b401e06596 (patch)
tree1efcc385a197800e2b26497e16bf0e59d9e5265f /.clang-format
parentc30c9250c18513899cee2ddc35071d98d36a7470 (diff)
added boilerplate source and header files
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 3 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index c7d6b0a..77e33d7 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,14 +1,16 @@
---
AccessModifierOffset: 0
+AlignConsecutiveAssignments: true
+AllowShortLoopsOnASingleLine: true
BasedOnStyle: LLVM
BreakBeforeBraces: Attach
ColumnLimit: 100
+IndentCaseLabels: true
IndentWidth: '4'
Language: Cpp
Standard: Cpp11
TabWidth: '4'
UseTab: Always
-IndentCaseLabels: true
...
# vim: ft=yaml