9e4abbce2c
And ajust .clang-format options to work with the version we fetch. Change-Id: I58c6d99160eb7820652c68d5d86d864e75f45e3d
17 linhas
470 B
YAML
17 linhas
470 B
YAML
Language: Cpp
|
|
ColumnLimit: 0
|
|
UseTab: Never
|
|
IndentWidth: 4
|
|
IndentCaseLabels: false
|
|
AlignAfterOpenBracket: Align
|
|
SpacesBeforeTrailingComments: 1
|
|
BreakBeforeBraces: Attach
|
|
AccessModifierOffset: -4
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
AlignEscapedNewlinesLeft: false
|
|
ForEachMacros: ['list_for_every_entry','list_for_every_entry_safe']
|