mirror of
https://github.com/projectPiki/pikmin2.git
synced 2024-11-23 13:29:55 +00:00
31 lines
584 B
YAML
31 lines
584 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
|