|
@@ -36,8 +36,6 @@ BreakBeforeBinaryOperators: NonAssignment
|
|
BreakBeforeBraces: Mozilla
|
|
BreakBeforeBraces: Mozilla
|
|
BreakBeforeTernaryOperators: true
|
|
BreakBeforeTernaryOperators: true
|
|
BreakConstructorInitializersBeforeComma: false
|
|
BreakConstructorInitializersBeforeComma: false
|
|
-BreakAfterJavaFieldAnnotations: false
|
|
|
|
-BreakStringLiterals: true
|
|
|
|
ColumnLimit: 80
|
|
ColumnLimit: 80
|
|
CommentPragmas: '^ IWYU pragma:'
|
|
CommentPragmas: '^ IWYU pragma:'
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
@@ -55,12 +53,9 @@ IncludeCategories:
|
|
Priority: 3
|
|
Priority: 3
|
|
- Regex: '.*'
|
|
- Regex: '.*'
|
|
Priority: 1
|
|
Priority: 1
|
|
-IncludeIsMainRegex: '$'
|
|
|
|
IndentCaseLabels: true
|
|
IndentCaseLabels: true
|
|
IndentWidth: 4
|
|
IndentWidth: 4
|
|
IndentWrappedFunctionNames: false
|
|
IndentWrappedFunctionNames: false
|
|
-JavaScriptQuotes: Leave
|
|
|
|
-JavaScriptWrapImports: true
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
MacroBlockBegin: ''
|
|
MacroBlockBegin: ''
|
|
MacroBlockEnd: ''
|
|
MacroBlockEnd: ''
|