Tweak _clang-format to bring closer to 'normal' KiCad style

This commit is contained in:
John Beard 2017-03-20 21:30:38 +08:00 committed by Chris Pavlina
parent ecdfa404cb
commit e4a10ac355
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: false
BinPackArguments: false
BinPackArguments: true
BinPackParameters: true
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Allman
@ -24,7 +24,7 @@ BreakStringLiterals: false
ColumnLimit: 100
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 4
ContinuationIndentWidth: 8
Cpp11BracedListStyle: false
DerivePointerAlignment: false
DisableFormat: false