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:
Thomas Müller 2014-11-04 14:49:58 +01:00
commit 9e045d6c0f
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
"maxlen": 120,
"indent": 4,
"browser": true,
"laxbreak": true,
"globals": {
"console": true,
"it": true,