pikmin2/.clang-format
2022-01-11 22:31:11 -05:00

20 lines
480 B
YAML

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