dotfiles/clang/clang-format

36 lines
629 B
Plaintext
Raw Normal View History

2018-05-08 18:52:44 +00:00
Language: Cpp
IndentWidth: 4
AccessModifierOffset: -4
ColumnLimit: 80
UseTab: ForContinuationAndIndentation
TabWidth: 4
SortIncludes: false
AlignAfterOpenBracket: DontAlign
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterStruct: true
AfterFunction: true
AfterNamespace: false
AfterControlStatement: true
BeforeElse: true
BeforeCatch: true
MaxEmptyLinesToKeep: 1
Standard: Auto
IndentCaseLabels: true
BinPackArguments: true
BinPackParameters: true
AllowShortFunctionsOnASingleLine: false
NamespaceIndentation: Inner