This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
2020-08-04 13:13:01 -04:00

19 lines
1.1 KiB
YAML

---AccessModifierOffset : '-4' AlignAfterOpenBracket
: Align AlignConsecutiveAssignments : 'true' AlignOperands
: 'true' AlignTrailingComments : 'true' AllowShortBlocksOnASingleLine
: 'false' AllowShortCaseLabelsOnASingleLine
: 'false' AllowShortFunctionsOnASingleLine
: None AllowShortIfStatementsOnASingleLine
: 'false' AllowShortLoopsOnASingleLine : 'false' BreakBeforeBraces
: Allman ConstructorInitializerAllOnOneLineOrOnePerLine
: 'false' Cpp11BracedListStyle : 'false' IndentCaseLabels
: 'false' IndentWidth : '4' Language : Cpp NamespaceIndentation
: None PointerAlignment : Right SortIncludes : 'false' SpaceAfterCStyleCast
: 'true' SpaceBeforeAssignmentOperators : 'true' SpaceBeforeParens
: ControlStatements SpaceInEmptyParentheses : 'false' SpacesInAngles
: 'false' SpacesInCStyleCastParentheses : 'false' SpacesInContainerLiterals
: 'false' SpacesInParentheses : 'false' SpacesInSquareBrackets
: 'false' Standard : Auto TabWidth : '4' UseTab : Never
...