VoxelEngine/.clang-format
2024-07-19 07:07:39 +03:00

20 lines
475 B
YAML

Language: Cpp
Standard: c++17
BasedOnStyle: Google
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 80
IndentCaseLabels: true
NamespaceIndentation: All
FixNamespaceComments: false
SpaceBeforeCpp11BracedList: true
AllowShortFunctionsOnASingleLine: false
IndentAccessModifiers: false
AccessModifierOffset: -4
EmptyLineBeforeAccessModifier: Never
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: BlockIndent
BreakConstructorInitializers: BeforeColon