You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
599 B

5 years ago
AlignAfterOpenBracket: DontAlign
AlignEscapedNewlines: DontAlign
5 years ago
AlignOperands: DontAlign
5 years ago
AllowShortBlocksOnASingleLine: Always
5 years ago
AllowShortCaseLabelsOnASingleLine: true
5 years ago
AllowShortEnumsOnASingleLine: true
5 years ago
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
5 years ago
AlwaysBreakAfterDefinitionReturnType: TopLevel
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: WebKit
IndentCaseLabels: false
TabWidth: 4
IndentWidth: 4
ContinuationIndentWidth: 4
UseTab: ForContinuationAndIndentation
ColumnLimit: 0
ReflowComments: false
SortIncludes: false
SpaceBeforeParens: false