7 lines
197 B
YAML
7 lines
197 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 2
|
|
ColumnLimit: 80
|
|
# Derive pointer alignment
|
|
DerivePointerAlignment: true
|
|
# As a fallback: pointers to the type (`int* x` instead of `int *x`)
|
|
PointerAlignment: Left |