26 lines
713 B
Text
26 lines
713 B
Text
|
BasedOnStyle: WebKit
|
||
|
IndentWidth: 4
|
||
|
TabWidth: 4
|
||
|
UseTab: Never
|
||
|
AlignConsecutiveDeclarations: false
|
||
|
AlignConsecutiveAssignments: false
|
||
|
AlignTrailingComments: true
|
||
|
ColumnLimit: 105
|
||
|
BreakBeforeBraces: Attach
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortLambdasOnASingleLine: false
|
||
|
PointerAlignment: Left
|
||
|
SpaceBeforeParens: Never
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInConditionalStatement: false
|
||
|
SpacesInContainerLiterals: false
|
||
|
SpaceAfterCStyleCast: false
|
||
|
SpaceBeforeCpp11BracedList: false
|
||
|
SpaceBeforeSquareBrackets: false
|
||
|
SpacesBeforeTrailingComments: 2
|
||
|
PenaltyBreakAssignment: 1000
|
||
|
NamespaceIndentation: All
|
||
|
|