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

Side by Side Diff: chrome/browser/resources/.clang-format

Issue 2729033002: Make .clang-format files smaller after clang-format roll
Patch Set: . Created 3 years, 9 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 ui/webui/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

Powered by Google App Engine
This is Rietveld 408576698