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

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

Issue 2745303002: Make .clang-format files smaller after clang-format roll (Closed)
Patch Set: clang-format offer 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
« no previous file with comments | « .clang-format ('k') | components/dom_distiller/core/javascript/domdistiller.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « .clang-format ('k') | components/dom_distiller/core/javascript/domdistiller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698