Add .clang-format

This commit is contained in:
2025-09-29 18:48:19 +02:00
parent e20b09f130
commit f3057e92be

9
.clang-format Normal file
View File

@@ -0,0 +1,9 @@
---
Language: Cpp
BasedOnStyle: LLVM
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
IndentWidth: 4
InsertNewlineAtEOF: true
PointerAlignment: Left
SpacesBeforeTrailingComments: 2