Added .clang-format, though not suitable for current proj

This commit is contained in:
KirisameMashiro 2025-01-20 17:45:41 +08:00
parent 2586ab6800
commit 6f474ea500
1 changed files with 11 additions and 0 deletions

11
.clang-format Normal file
View File

@ -0,0 +1,11 @@
BasedOnStyle: LLVM
IndentWidth: 4
IndentAccessModifiers: false
AccessModifierOffset: -4
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: CaseSensitive
IndentPPDirectives: BeforeHash
AlignAfterOpenBracket: BlockIndent
BinPackArguments: false
BinPackParameters: false