diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.clang-format b/.clang-format index b80700c..35dc112 100644 --- a/.clang-format +++ b/.clang-format @@ -4,15 +4,13 @@ Language: Cpp Standard: Latest BasedOnStyle: LLVM -AccessModifierOffset: -4 AlignEscapedNewlines: DontAlign AlignTrailingComments: false -AllowShortBlocksOnASingleLine: Never AllowShortFunctionsOnASingleLine: None -AlwaysBreakTemplateDeclarations: Yes BreakStringLiterals: false ColumnLimit: 120 IndentWidth: 4 -KeepEmptyLinesAtTheStartOfBlocks: false -MaxEmptyLinesToKeep: 1 +KeepEmptyLines: + AtStartOfBlock: false + AtStartOfFile: false PointerAlignment: Left |
