OLD | NEW |
1 BasedOnStyle: Chromium | 1 BasedOnStyle: Chromium |
2 | 2 |
3 # Renaming quotes in <include> and <if> break things. | 3 # Renaming quotes in <include> and <if> break things. |
4 # For normal JS code, please prefer ' to ". | 4 # For normal JS code, please prefer ' to ". |
5 JavaScriptQuotes: Leave | 5 JavaScriptQuotes: Leave |
| 6 |
| 7 AllowShortBlocksOnASingleLine: false |
| 8 AllowShortCaseLabelsOnASingleLine: false |
| 9 AllowShortFunctionsOnASingleLine: Empty |
| 10 AllowShortIfStatementsOnASingleLine: false |
| 11 AllowShortLoopsOnASingleLine: false |
| 12 SpacesInContainerLiterals: false |
| 13 SpacesInSquareBrackets: false |
OLD | NEW |