pikmin2/.clang-format
2022-10-26 01:12:41 +01:00

30 lines
586 B
YAML

Language: Cpp
BasedOnStyle: WebKit
ColumnLimit: 140
SortIncludes: false
IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
NamespaceIndentation: None
FixNamespaceComments: true
CompactNamespaces: false
AlignTrailingComments: true
AlignAfterOpenBracket: true
AlignConsecutiveAssignments: true
AlignConsecutiveMacros: true
AlignEscapedNewlines: Left
AlignOperands: AlignAfterOperator
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: Never
Cpp11BracedListStyle: false
AlwaysBreakTemplateDeclarations: true
BreakStringLiterals: true
ReflowComments: true