8 lines
167 B
YAML
8 lines
167 B
YAML
BasedOnStyle: LLVM
|
|
ColumnLimit: 80
|
|
BreakBeforeBraces: Attach
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
ContinuationIndentWidth: 4
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left |