steering-wheel/.clang-format
2021-07-17 20:09:02 +02:00

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