10 lines
202 B
YAML
10 lines
202 B
YAML
BasedOnStyle: Google
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
ColumnLimit: 120
|
|
IndentWidth: 2
|
|
ContinuationIndentWidth: 4
|
|
DerivePointerAlignment: false
|
|
LineEnding: LF
|
|
PointerAlignment: Left
|
|
SortIncludes: true
|