feat: added clang-format for code format enforcing/cohesion

This commit is contained in:
unai_71 2026-03-10 16:48:18 +01:00
parent 946f93eaca
commit d992255125

11
.clang-format Normal file
View File

@ -0,0 +1,11 @@
# Google style C++ Code Style settings
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
Language: Cpp
BasedOnStyle: Google
AccessModifierOffset: -1
AlignAfterOpenBracket: Align
AlignOperands: Align
AllowAllArgumentsOnNextLine: true
ColumnLimit: 80
BreakBeforeBraces: Allman