blob: 3316663e8e18126481d8f049c9778704f6ab5342 [file] [log] [blame]
Language: Cpp
# AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: false
# AllowShortEnumsOnASingleLine: false // false alarm
# AllowShortFunctionsOnASingleLine: Empty
# AllowShortIfStatementsOnASingleLine: Never
AllowShortIfStatementsOnASingleLine: false
AccessModifierOffset: -2
BreakBeforeBraces: Attach
FixNamespaceComments: true
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
MaxEmptyLinesToKeep: 1
NamespaceIndentation: None
SortIncludes: false
# SpaceAfterLogicalNot: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: true
SpacesBeforeTrailingComments: 2
Standard: Auto
TabWidth: 4
ContinuationIndentWidth: 4
UseTab: Never
ColumnLimit: 0