| Index: ui/webui/resources/.clang-format
|
| diff --git a/ui/webui/resources/.clang-format b/ui/webui/resources/.clang-format
|
| index 8fd4c4a3b70657b74614bf8fe7d200db5db458b4..2baaa8d830e14de63b3b289608614f0e8fd04540 100644
|
| --- a/ui/webui/resources/.clang-format
|
| +++ b/ui/webui/resources/.clang-format
|
| @@ -1,13 +1,8 @@
|
| +# Please keep this file the same as chrome/browser/resources/.clang-format.
|
| BasedOnStyle: Chromium
|
|
|
| # Renaming quotes in <include> and <if> break things.
|
| # For normal JS code, please prefer ' to ".
|
| JavaScriptQuotes: Leave
|
|
|
| -AllowShortBlocksOnASingleLine: false
|
| -AllowShortCaseLabelsOnASingleLine: false
|
| AllowShortFunctionsOnASingleLine: Empty
|
| -AllowShortIfStatementsOnASingleLine: false
|
| -AllowShortLoopsOnASingleLine: false
|
| -SpacesInContainerLiterals: false
|
| -SpacesInSquareBrackets: false
|
|
|