OLD | NEW |
---|---|
(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 | |
OLD | NEW |