Merge pull request #11938 from owncloud/jshintrc-laxbreak

enable laxbreak option in jshintrc to comply with our coding guide lines
remotes/origin/fix-10825
Thomas Müller 10 years ago
commit 9e045d6c0f
  1. 1
      .jshintrc

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

Loading…
Cancel
Save