Index: chrome/browser/resources/.clang-format |
diff --git a/chrome/browser/resources/.clang-format b/chrome/browser/resources/.clang-format |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d455a85e50f3d509898e0d5c4fe75afc35435a93 |
--- /dev/null |
+++ b/chrome/browser/resources/.clang-format |
@@ -0,0 +1,8 @@ |
+# Please keep this file the same as ui/webui/resources/.clang-format. |
+BasedOnStyle: Chromium |
+ |
+# Renaming quotes in <include> and <if> break things. |
+# For normal JS code, please prefer ' to ". |
+JavaScriptQuotes: Leave |
+ |
+AllowShortFunctionsOnASingleLine: Empty |