| Index: ui/webui/resources/.clang-format
|
| diff --git a/ui/webui/resources/.clang-format b/ui/webui/resources/.clang-format
|
| index d27bf2ea348ca22a9b98e08007e1c791a080ecb3..4d25b73988ff076891c1c64af83459d3a7d2de10 100644
|
| --- a/ui/webui/resources/.clang-format
|
| +++ b/ui/webui/resources/.clang-format
|
| @@ -3,3 +3,11 @@ BasedOnStyle: Chromium
|
| # Renaming quotes in <include> and <if> break things.
|
| # For normal JS code, please prefer ' to ".
|
| JavaScriptQuotes: Leave
|
| +
|
| +AllowShortBlocksOnASingleLine: false
|
| +AllowShortCaseLabelsOnASingleLine: false
|
| +AllowShortFunctionsOnASingleLine: false
|
| +AllowShortIfStatementsOnASingleLine: false
|
| +AllowShortLoopsOnASingleLine: false
|
| +SpacesInContainerLiterals: false
|
| +SpacesInSquareBrackets: false
|
|
|