mirror of https://github.com/987123879113/pcsx2
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
2.6 KiB
90 lines
2.6 KiB
--- |
|
Language: Cpp |
|
AccessModifierOffset: -4 |
|
AlignAfterOpenBracket: DontAlign |
|
AlignConsecutiveAssignments: false |
|
AlignConsecutiveDeclarations: false |
|
AlignEscapedNewlines: DontAlign |
|
AlignOperands: true |
|
AlignTrailingComments: false |
|
AllowAllParametersOfDeclarationOnNextLine: true |
|
AllowShortBlocksOnASingleLine: false |
|
AllowShortCaseLabelsOnASingleLine: false |
|
AllowShortFunctionsOnASingleLine: All |
|
AllowShortIfStatementsOnASingleLine: Never |
|
AllowShortLoopsOnASingleLine: false |
|
AlwaysBreakAfterDefinitionReturnType: None |
|
AlwaysBreakAfterReturnType: None |
|
AlwaysBreakBeforeMultilineStrings: false |
|
AlwaysBreakTemplateDeclarations: true |
|
BinPackArguments: true |
|
BinPackParameters: true |
|
BraceWrapping: |
|
AfterCaseLabel: true |
|
AfterClass: true |
|
AfterControlStatement: true |
|
AfterEnum: true |
|
AfterFunction: true |
|
AfterNamespace: true |
|
AfterObjCDeclaration: true |
|
AfterStruct: true |
|
AfterUnion: true |
|
BeforeCatch: true |
|
BeforeElse: true |
|
IndentBraces: false |
|
BreakBeforeBinaryOperators: None |
|
BreakBeforeBraces: Custom |
|
BreakBeforeTernaryOperators: false |
|
BreakConstructorInitializers: BeforeComma |
|
ColumnLimit: 0 |
|
CommentPragmas: '^ (IWYU pragma:|NOLINT)' |
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false |
|
ConstructorInitializerIndentWidth: 4 |
|
ContinuationIndentWidth: 4 |
|
Cpp11BracedListStyle: true |
|
DerivePointerAlignment: false |
|
DisableFormat: false |
|
ForEachMacros: [] |
|
IncludeCategories: |
|
- Regex: '^"(stdafx|PrecompiledHeader)' |
|
Priority: -2 |
|
- Regex: '^".*Common' |
|
Priority: -1 |
|
- Regex: '^<' |
|
Priority: 1 |
|
- Regex: '^"' |
|
Priority: 2 |
|
IndentCaseLabels: true |
|
IndentWidth: 4 |
|
IndentWrappedFunctionNames: false |
|
KeepEmptyLinesAtTheStartOfBlocks: true |
|
MacroBlockBegin: '' |
|
MacroBlockEnd: '' |
|
MaxEmptyLinesToKeep: 3 |
|
NamespaceIndentation: All |
|
ObjCBlockIndentWidth: 2 |
|
ObjCSpaceAfterProperty: false |
|
ObjCSpaceBeforeProtocolList: true |
|
PenaltyBreakBeforeFirstCallParameter: 19 |
|
PenaltyBreakComment: 300 |
|
PenaltyBreakFirstLessLess: 120 |
|
PenaltyBreakString: 1000 |
|
PenaltyExcessCharacter: 1000000 |
|
PenaltyReturnTypeOnItsOwnLine: 60 |
|
PointerAlignment: Left |
|
ReflowComments: false |
|
SortIncludes: false |
|
SpaceAfterCStyleCast: false |
|
SpaceBeforeAssignmentOperators: true |
|
SpaceBeforeParens: ControlStatements |
|
SpaceInEmptyParentheses: false |
|
SpacesBeforeTrailingComments: 1 |
|
SpacesInAngles: false |
|
SpacesInContainerLiterals: true |
|
SpacesInCStyleCastParentheses: false |
|
SpacesInParentheses: false |
|
SpacesInSquareBrackets: false |
|
Standard: Cpp11 |
|
TabWidth: 4 |
|
UseTab: ForContinuationAndIndentation |
|
...
|
|
|