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

Side by Side Diff: ui/webui/resources/.clang-format

Issue 2664613002: Drop .clang-format in ui/webui now that Chromium JS defaults are the same (Closed)
Patch Set: Created 3 years, 10 months 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Please keep this file the same as chrome/browser/resources/.clang-format.
2 BasedOnStyle: Chromium
3
4 # Renaming quotes in <include> and <if> break things.
5 # For normal JS code, please prefer ' to ".
6 JavaScriptQuotes: Leave
7
8 AllowShortFunctionsOnASingleLine: Empty
OLDNEW
« no previous file with comments | « chrome/browser/resources/.clang-format ('k') | ui/webui/resources/cr_elements/cr_scrollable_behavior.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698