Chromium Code Reviews| Index: ui/webui/resources/.clang-format |
| diff --git a/ui/webui/resources/.clang-format b/ui/webui/resources/.clang-format |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d27bf2ea348ca22a9b98e08007e1c791a080ecb3 |
| --- /dev/null |
| +++ b/ui/webui/resources/.clang-format |
| @@ -0,0 +1,5 @@ |
| +BasedOnStyle: Chromium |
| + |
| +# Renaming quotes in <include> and <if> break things. |
| +# For normal JS code, please prefer ' to ". |
| +JavaScriptQuotes: Leave |