s2ga/.clang-format
2025-03-08 20:37:26 +03:00

14 lines
425 B
YAML

BasedOnStyle: LLVM
BreakBeforeBraces: Allman
AccessModifierOffset: -4
IndentWidth: 4
AlwaysBreakTemplateDeclarations: Yes
NamespaceIndentation: All
SpaceAfterTemplateKeyword: false
PointerAlignment: Left
ReferenceAlignment: Left
SpaceAfterControlStatementKeyword: false
AllowShortFunctionsOnASingleLine: false
SpaceBeforeCtorInitializerColon: false
SpaceBeforeInheritanceColon: false
SpaceBeforeRangeBasedForLoopColon: false