mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
34 lines
980 B
YAML
34 lines
980 B
YAML
---
|
|
AccessModifierOffset: '-4'
|
|
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
|
|
ColumnLimit: '500'
|
|
IndentWidth: '4'
|
|
PointerAlignment: Left
|
|
SpaceAfterCStyleCast: 'true'
|
|
SpaceBeforeCpp11BracedList: 'true'
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceBeforeRangeBasedForLoopColon: 'true'
|
|
SpaceInEmptyParentheses: 'false'
|
|
SpacesInAngles: 'false'
|
|
SpacesInCStyleCastParentheses: 'false'
|
|
SpacesInContainerLiterals: 'false'
|
|
SpacesInParentheses: 'false'
|
|
TabWidth: '0'
|
|
UseTab: Never
|
|
|
|
...
|