mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 13:41:33 +01:00
239474b01e
This is more consistent with how xash3d formats its `if` and `switch` statements
36 lines
759 B
YAML
36 lines
759 B
YAML
BasedOnStyle: WebKit
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: ForIndentation
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
AlignAfterOpenBracket: true
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveDeclarations: true
|
|
AlignConsecutiveMacros: true
|
|
AlignOperands: true
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
NamespaceIndentation: Inner
|
|
|
|
SpaceAfterCStyleCast: false
|
|
SpaceBeforeParens: Never
|
|
SpaceInEmptyParentheses: true
|
|
SpacesInAngles: true
|
|
SpacesInParentheses: true
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
IndentCaseLabels: false
|
|
IndentWrappedFunctionNames: true
|
|
|
|
PointerAlignment: Right
|
|
|
|
ColumnLimit: 0
|
|
BinPackArguments: false
|