File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ BasedOnStyle : WebKit
3
+ AlignAfterOpenBracket : Align
4
+ AlignEscapedNewlines : Left
5
+ AlignOperands : ' false'
6
+ AllowShortBlocksOnASingleLine : ' false'
7
+ AllowShortCaseLabelsOnASingleLine : ' false'
8
+ AllowShortFunctionsOnASingleLine : None
9
+ AllowShortIfStatementsOnASingleLine : Never
10
+ AllowShortLoopsOnASingleLine : ' false'
11
+ BreakBeforeBinaryOperators : All
12
+ BreakBeforeBraces : Stroustrup
13
+ BreakBeforeTernaryOperators : ' true'
14
+ ColumnLimit : ' 80'
15
+ Cpp11BracedListStyle : ' false'
16
+ PointerAlignment : Right
17
+ SpaceAfterCStyleCast : ' false'
18
+ SpaceBeforeAssignmentOperators : ' true'
19
+ SpaceBeforeParens : ControlStatements
20
+ SpaceInEmptyParentheses : ' false'
21
+ SpacesInAngles : ' false'
22
+ SpacesInCStyleCastParentheses : ' false'
23
+ SpacesInContainerLiterals : ' false'
24
+ SpacesInParentheses : ' false'
25
+ SpacesInSquareBrackets : ' false'
26
+ TabWidth : ' 4'
27
+ UseTab : Never
28
+
29
+ ...
You can’t perform that action at this time.
0 commit comments