ADD pre-commit config

This commit is contained in:
2025-01-04 15:14:28 +01:00
parent 6e79ced7ff
commit 488d7532e7
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
BasedOnStyle: Google
IndentWidth: 4
---
Language: Cpp
ColumnLimit: 90
AlignConsecutiveAssignments: true
DerivePointerAlignment: false
PointerAlignment: Left
BinPackArguments: false
BinPackParameters: false
IndentAccessModifiers: false