BikeComputer/.clang-format

12 lines
238 B
Plaintext
Raw Normal View History

2024-10-20 16:05:22 +02:00
---
BasedOnStyle: Google
IndentWidth: 4
---
Language: Cpp
ColumnLimit: 90
AlignConsecutiveAssignments: true
DerivePointerAlignment: false
PointerAlignment: Left
BinPackArguments: false
BinPackParameters: false
IndentAccessModifiers: false