mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
|
AlignEscapedNewlinesLeft: false
|
||
|
AlignTrailingComments: true
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
AllowShortCaseLabelsOnASingleLine: true
|
||
|
AllowShortFunctionsOnASingleLine: true
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: true
|
||
|
AlwaysBreakBeforeMultilineStrings: false
|
||
|
AlwaysBreakTemplateDeclarations: false
|
||
|
BinPackArguments: true
|
||
|
BinPackParameters: true
|
||
|
BreakBeforeBinaryOperators: false
|
||
|
BreakBeforeBraces: Allman
|
||
|
BreakBeforeTernaryOperators: false
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
ColumnLimit: 120
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||
|
ConstructorInitializerIndentWidth: 0
|
||
|
ContinuationIndentWidth: 0
|
||
|
Cpp11BracedListStyle: false
|
||
|
DerivePointerBinding: false
|
||
|
IndentCaseLabels: true
|
||
|
IndentFunctionDeclarationAfterType: true
|
||
|
IndentWidth: 4
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
Language: Cpp
|
||
|
MaxEmptyLinesToKeep: 2
|
||
|
NamespaceIndentation: None
|
||
|
PointerAlignment: Middle
|
||
|
PointerBindsToType: false
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesBeforeTrailingComments: 2
|
||
|
SpacesInAngles: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInContainerLiterals: false
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInSquareBrackets: false
|
||
|
TabWidth: 4
|
||
|
UseTab: Never
|