steering-wheel/.clang-format

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
197 B
Plaintext
Raw Normal View History

2021-07-17 20:09:02 +02:00
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