diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 908be42..7045a64 100644 --- a/.clang-format +++ b/.clang-format @@ -4,12 +4,14 @@ Language: Cpp Standard: Latest BasedOnStyle: LLVM -IndentWidth: 4 -ColumnLimit: 120 AccessModifierOffset: -4 AlignEscapedNewlines: DontAlign AlignTrailingComments: false +AllowShortFunctionsOnASingleLine: None +AlwaysBreakTemplateDeclarations: Yes BreakStringLiterals: false +ColumnLimit: 120 +IndentWidth: 4 KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: 1 PointerAlignment: Left |
