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