7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
|
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
|