mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 10:33:46 +00:00
35 lines
970 B
YAML
35 lines
970 B
YAML
---
|
|
AlignConsecutiveMacros: 'true'
|
|
AlignConsecutiveAssignments: 'true'
|
|
AlignConsecutiveDeclarations: 'true'
|
|
AlignTrailingComments: 'true'
|
|
AllowAllConstructorInitializersOnNextLine: 'false'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
|
AllowShortBlocksOnASingleLine: 'false'
|
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLambdasOnASingleLine: Inline
|
|
AllowShortLoopsOnASingleLine: 'true'
|
|
BinPackArguments: 'true'
|
|
BinPackParameters: 'true'
|
|
BreakBeforeBraces: Allman
|
|
IndentWidth: '4'
|
|
SpaceAfterCStyleCast: 'true'
|
|
SpaceBeforeCpp11BracedList: 'true'
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceBeforeRangeBasedForLoopColon: 'true'
|
|
SpaceInEmptyParentheses: 'false'
|
|
SpacesInAngles: 'false'
|
|
SpacesInCStyleCastParentheses: 'false'
|
|
SpacesInContainerLiterals: 'false'
|
|
SpacesInParentheses: 'false'
|
|
Standard: Latest
|
|
TabWidth: '0'
|
|
UseTab: Never
|
|
PointerAlignment: Left
|
|
ColumnLimit: 0
|
|
|
|
|
|
...
|