(ClangFormat)~Organise keys
This commit is contained in:
@@ -1,17 +1,15 @@
|
|||||||
# .clang-format -*- mode: yaml; lexical-binding: t; -*-
|
# .clang-format -*- mode: yaml; lexical-binding: t; -*-
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
AccessModifierOffset: -2
|
AccessModifierOffset: -2
|
||||||
AlignAfterOpenBracket: Align
|
AlignAfterOpenBracket: Align
|
||||||
AlignConsecutiveAssignments: true
|
AlignConsecutiveAssignments: true
|
||||||
AlignConsecutiveBitFields: true
|
AlignConsecutiveBitFields: true
|
||||||
AlignConsecutiveMacros: true
|
AlignConsecutiveMacros: true
|
||||||
AlignEscapedNewlines: true
|
AlignEscapedNewlines: true
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
AllowShortFunctionsOnASingleLine: false
|
||||||
AllowShortLambdasOnASingleLine: false
|
AllowShortLambdasOnASingleLine: false
|
||||||
|
AllowShortLoopsOnASingleLine: false
|
||||||
AlwaysBreakTemplateDeclarations: Yes
|
AlwaysBreakTemplateDeclarations: Yes
|
||||||
NamespaceIndentation: All
|
BasedOnStyle: LLVM
|
||||||
BreakBeforeBraces: Custom
|
BreakBeforeBraces: Custom
|
||||||
BraceWrapping:
|
BraceWrapping:
|
||||||
AfterEnum: true
|
AfterEnum: true
|
||||||
@@ -27,3 +25,6 @@ BraceWrapping:
|
|||||||
BeforeElse: true
|
BeforeElse: true
|
||||||
SplitEmptyFunction: true
|
SplitEmptyFunction: true
|
||||||
IndentBraces: false
|
IndentBraces: false
|
||||||
|
ColumnLimit: 80
|
||||||
|
IndentWidth: 2
|
||||||
|
NamespaceIndentation: All
|
||||||
|
|||||||
Reference in New Issue
Block a user