This repository has been archived on 2025-05-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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