zecsy/.clang-format

15 lines
425 B
Text
Raw Normal View History

2025-02-14 21:01:46 +03:00
BasedOnStyle: LLVM
BreakBeforeBraces: Allman
AccessModifierOffset: -4
IndentWidth: 4
AlwaysBreakTemplateDeclarations: Yes
2025-02-16 21:18:39 +03:00
NamespaceIndentation: All
SpaceAfterTemplateKeyword: false
PointerAlignment: Left
ReferenceAlignment: Left
SpaceAfterControlStatementKeyword: false
AllowShortFunctionsOnASingleLine: false
SpaceBeforeCtorInitializerColon: false
SpaceBeforeInheritanceColon: false
SpaceBeforeRangeBasedForLoopColon: false