This repository has been archived on 2025-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
BikeComputer/.clang-format
2024-10-20 16:05:22 +02:00

12 lines
238 B
YAML

---
BasedOnStyle: Google
IndentWidth: 4
---
Language: Cpp
ColumnLimit: 90
AlignConsecutiveAssignments: true
DerivePointerAlignment: false
PointerAlignment: Left
BinPackArguments: false
BinPackParameters: false
IndentAccessModifiers: false