18 lines
381 B
YAML
18 lines
381 B
YAML
---
|
|
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
ColumnLimit: 79
|
|
IndentWidth: 4
|
|
ContinuationIndentWidth: 8
|
|
UseTab: Never
|
|
|
|
PointerAlignment: Right
|
|
BreakBeforeBraces: Attach
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignTrailingComments: true
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortEnumsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
---
|