forked from organicmaps/organicmaps
[clang-format] Fixed clang-format config.
This commit is contained in:
parent
434da7e50a
commit
bb93d92aab
1 changed files with 3 additions and 1 deletions
|
@ -12,8 +12,10 @@ AllowShortFunctionsOnASingleLine: true
|
|||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
BreakBeforeBraces: Allman
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
BreakConstructorInitializersBeforeComma: true
|
||||
ColumnLimit: 100
|
||||
ConstructorInitializerIndentWidth: 2
|
||||
DerivePointerAlignment: false
|
||||
NamespaceIndentation: None
|
||||
PointerAlignment: Middle
|
||||
Standard: Cpp11
|
||||
|
|
Loading…
Add table
Reference in a new issue