ADD pre-commit configuration files

This commit is contained in:
fastium
2024-10-20 16:05:22 +02:00
parent 80332957cc
commit b51ec3655f
3 changed files with 38 additions and 0 deletions

12
.clang-format Normal file
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