mirror of
https://github.com/RPCS3/rpcs3
synced 2024-11-02 11:45:30 +00:00
32 lines
961 B
YAML
32 lines
961 B
YAML
Standard: c++20
|
|
UseTab: AlignWithSpaces
|
|
TabWidth: 4
|
|
IndentWidth: 4
|
|
AccessModifierOffset: -4
|
|
PointerAlignment: Left
|
|
NamespaceIndentation: All
|
|
ColumnLimit: 0
|
|
BreakBeforeBraces: Allman
|
|
BreakConstructorInitializers: BeforeColon
|
|
BreakBeforeBinaryOperators: None
|
|
BreakBeforeTernaryOperators: false
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortLambdasOnASingleLine: Inline
|
|
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
|