Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: ui/webui/resources/.clang-format

Issue 2597013002: Run clang-format on ui/webui/resources (Closed)
Patch Set: remove cr_shared_menu.js Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698