jshint: Introduce laxbreak to allow for if clauses on diff lines
(with the || or && operator at the beginning of the line) FREEBIE
This commit is contained in:
parent
e91f2d0377
commit
3d445fe549
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
"globalstrict" : false,
|
||||
"iterator" : false,
|
||||
"lastsemic" : false,
|
||||
"laxbreak" : false,
|
||||
"laxbreak" : true,
|
||||
"laxcomma" : false,
|
||||
"loopfunc" : false,
|
||||
"multistr" : false,
|
||||
|
|
Loading…
Add table
Reference in a new issue