Add clang format to unify file format

This commit is contained in:
Arnaud 2026-01-22 17:06:52 +04:00
parent 7b6f3357ec
commit bd6421dcad
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

8
.clang-format Normal file
View File

@ -0,0 +1,8 @@
BasedOnStyle: LLVM
BreakBeforeBraces: Attach
BraceWrapping:
AfterLambda: false
ContinuationIndentWidth: 4
IndentWidth: 4
ColumnLimit: 120
PointerAlignment: Left