| OLD | NEW |
| 1 # Please keep this file the same as ui/webui/resources/.clang-format. |
| 1 BasedOnStyle: Chromium | 2 BasedOnStyle: Chromium |
| 2 | 3 |
| 3 # Renaming quotes in <include> and <if> break things. | 4 # Renaming quotes in <include> and <if> break things. |
| 4 # For normal JS code, please prefer ' to ". | 5 # For normal JS code, please prefer ' to ". |
| 5 JavaScriptQuotes: Leave | 6 JavaScriptQuotes: Leave |
| 6 | 7 |
| 7 AllowShortBlocksOnASingleLine: false | |
| 8 AllowShortCaseLabelsOnASingleLine: false | |
| 9 AllowShortFunctionsOnASingleLine: Empty | 8 AllowShortFunctionsOnASingleLine: Empty |
| 10 AllowShortIfStatementsOnASingleLine: false | |
| 11 AllowShortLoopsOnASingleLine: false | |
| 12 SpacesInContainerLiterals: false | |
| 13 SpacesInSquareBrackets: false | |
| OLD | NEW |