Merge pull request #11938 from owncloud/jshintrc-laxbreak
enable laxbreak option in jshintrc to comply with our coding guide lines
This commit is contained in:
commit
9e045d6c0f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
"maxlen": 120,
|
||||
"indent": 4,
|
||||
"browser": true,
|
||||
"laxbreak": true,
|
||||
"globals": {
|
||||
"console": true,
|
||||
"it": true,
|
||||
|
|
Loading…
Reference in a new issue