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

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

Issue 2597303002: Add a .clang-format for chrome/browser/resources (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 BasedOnStyle: Chromium
2
3 # Renaming quotes in <include> and <if> break things.
4 # For normal JS code, please prefer ' to ".
5 JavaScriptQuotes: Leave
stevenjb 2016/12/22 20:51:34 Does this break things in all subdirectories? If i
Dan Beam 2016/12/22 20:54:30 Anywhere that does <include src="blah.js"> will ge
6
7 AllowShortBlocksOnASingleLine: false
8 AllowShortCaseLabelsOnASingleLine: false
9 AllowShortFunctionsOnASingleLine: false
10 AllowShortIfStatementsOnASingleLine: false
11 AllowShortLoopsOnASingleLine: false
12 SpacesInContainerLiterals: false
13 SpacesInSquareBrackets: false
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698