... | ... |
@@ -36,8 +36,6 @@ BreakBeforeBinaryOperators: NonAssignment |
36 | 36 |
BreakBeforeBraces: Mozilla |
37 | 37 |
BreakBeforeTernaryOperators: true |
38 | 38 |
BreakConstructorInitializersBeforeComma: false |
39 |
-BreakAfterJavaFieldAnnotations: false |
|
40 |
-BreakStringLiterals: true |
|
41 | 39 |
ColumnLimit: 80 |
42 | 40 |
CommentPragmas: '^ IWYU pragma:' |
43 | 41 |
ConstructorInitializerAllOnOneLineOrOnePerLine: false |
... | ... |
@@ -55,12 +53,9 @@ IncludeCategories: |
55 | 53 |
Priority: 3 |
56 | 54 |
- Regex: '.*' |
57 | 55 |
Priority: 1 |
58 |
-IncludeIsMainRegex: '$' |
|
59 | 56 |
IndentCaseLabels: true |
60 | 57 |
IndentWidth: 4 |
61 | 58 |
IndentWrappedFunctionNames: false |
62 |
-JavaScriptQuotes: Leave |
|
63 |
-JavaScriptWrapImports: true |
|
64 | 59 |
KeepEmptyLinesAtTheStartOfBlocks: true |
65 | 60 |
MacroBlockBegin: '' |
66 | 61 |
MacroBlockEnd: '' |