mirror of
https://github.com/RPCS3/rpcs3
synced 2024-11-02 10:51:44 +00:00
31 lines
929 B
YAML
31 lines
929 B
YAML
Standard: Cpp11
|
|
UseTab: ForIndentation
|
|
TabWidth: 1
|
|
IndentWidth: 1
|
|
AccessModifierOffset: -1
|
|
PointerAlignment: Left
|
|
NamespaceIndentation: All
|
|
ColumnLimit: 200
|
|
BreakBeforeBraces: Allman
|
|
BreakConstructorInitializersBeforeComma: true
|
|
BreakBeforeBinaryOperators: false
|
|
BreakBeforeTernaryOperators: false
|
|
AlwaysBreakTemplateDeclarations: true
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
Cpp11BracedListStyle: true
|
|
IndentCaseLabels: false
|
|
SortIncludes: false
|
|
ReflowComments: true
|
|
AlignConsecutiveAssignments: true
|
|
AlignTrailingComments: true
|
|
AlignAfterOpenBracket: DontAlign
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
AlwaysBreakAfterReturnType: None
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
IndentWrappedFunctionNames: false
|