diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-09 14:58:59 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-09 14:58:59 +0200 |
commit | be84308e01ecc9e8de2997ab030420b401e06596 (patch) | |
tree | 1efcc385a197800e2b26497e16bf0e59d9e5265f /.clang-format | |
parent | c30c9250c18513899cee2ddc35071d98d36a7470 (diff) |
added boilerplate source and header files
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 4 |
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 |