Index: ui/webui/resources/.clang-format |
diff --git a/ui/webui/resources/.clang-format b/ui/webui/resources/.clang-format |
index d27bf2ea348ca22a9b98e08007e1c791a080ecb3..8fd4c4a3b70657b74614bf8fe7d200db5db458b4 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: Empty |
+AllowShortIfStatementsOnASingleLine: false |
+AllowShortLoopsOnASingleLine: false |
+SpacesInContainerLiterals: false |
+SpacesInSquareBrackets: false |