Merge pull request #8047 from owncloud/jshint-line-length-120

extending javascript line length to 120
This commit is contained in:
Vincent Petry 2014-04-04 12:00:01 +02:00
commit 09ac61f53b
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
"maxparams": 5,
"curly": true,
"jquery": true,
"maxlen": 80,
"maxlen": 120,
"indent": 4,
"browser": true,
"globals": {
"console": true,
"it": true,
"itx": true,
"xit": true,
"expect": true,
"describe": true,
"beforeEach": true,