add .clang-format
This commit is contained in:
parent
2294690f29
commit
af2d3ad842
19
.clang-format
Normal file
19
.clang-format
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
Language: Cpp
|
||||||
|
Standard: c++17
|
||||||
|
BasedOnStyle: Google
|
||||||
|
IndentWidth: 4
|
||||||
|
TabWidth: 4
|
||||||
|
UseTab: Never
|
||||||
|
ColumnLimit: 80
|
||||||
|
IndentCaseLabels: true
|
||||||
|
NamespaceIndentation: All
|
||||||
|
FixNamespaceComments: false
|
||||||
|
SpaceBeforeCpp11BracedList: true
|
||||||
|
AllowShortFunctionsOnASingleLine: false
|
||||||
|
IndentAccessModifiers: false
|
||||||
|
AccessModifierOffset: -4
|
||||||
|
EmptyLineBeforeAccessModifier: Never
|
||||||
|
BinPackArguments: false
|
||||||
|
BinPackParameters: false
|
||||||
|
AlignAfterOpenBracket: BlockIndent
|
||||||
|
BreakConstructorInitializers: BeforeColon
|
||||||
Loading…
x
Reference in New Issue
Block a user