mirror of
https://github.com/xtreme8000/CavEX.git
synced 2025-01-22 09:11:55 -05:00
97d6b8c041
also added many new things
38 lines
1.1 KiB
YAML
Executable file
38 lines
1.1 KiB
YAML
Executable file
---
|
|
BasedOnStyle: WebKit
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveAssignments: 'false'
|
|
AlignConsecutiveDeclarations: 'false'
|
|
AlignTrailingComments: 'true'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'true'
|
|
AllowShortBlocksOnASingleLine: 'true'
|
|
AllowShortCaseLabelsOnASingleLine: 'true'
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: 'false'
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakBeforeMultilineStrings: 'false'
|
|
BreakBeforeBraces: Attach
|
|
BreakBeforeTernaryOperators: 'false'
|
|
Cpp11BracedListStyle: 'true'
|
|
ExperimentalAutoDetectBinPacking: 'false'
|
|
IndentCaseLabels: 'true'
|
|
KeepEmptyLinesAtTheStartOfBlocks: 'false'
|
|
Language: Cpp
|
|
PointerAlignment: Left
|
|
SortIncludes: 'true'
|
|
SpaceAfterCStyleCast: 'false'
|
|
SpaceBeforeAssignmentOperators: 'true'
|
|
SpaceBeforeParens: Never
|
|
SpaceInEmptyParentheses: 'false'
|
|
SpacesInCStyleCastParentheses: 'false'
|
|
SpacesInParentheses: 'false'
|
|
SpacesInSquareBrackets: 'false'
|
|
TabWidth: '4'
|
|
UseTab: Always
|
|
MaxEmptyLinesToKeep: 1
|
|
ReflowComments: 'true'
|
|
ColumnLimit: '80'
|
|
|
|
...
|