forked from organicmaps/organicmaps-tmp
[clang-format] Modified .clang-format config in accordance with codebase.
This commit is contained in:
parent
a44e36ca06
commit
f7429d2ce7
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@ IndentWidth: 2
|
|||
Language: Cpp
|
||||
AccessModifierOffset: -2
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: true
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
BreakBeforeBraces: Allman
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
ColumnLimit: 100
|
||||
DerivePointerAlignment: false
|
||||
NamespaceIndentation: All
|
||||
NamespaceIndentation: None
|
||||
PointerAlignment: Middle
|
||||
|
|
Loading…
Add table
Reference in a new issue