diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-11-04 12:51:54 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-11-04 12:51:54 +0100 |
commit | 65cfe4796d09c65cd715002c3e078ed6b054162c (patch) | |
tree | f02bc649b18d755da687e1b441d79a3f1a9cb0df /.jshintrc | |
parent | fde8ef065531e71060fa59f3cb8a42dc7a07f276 (diff) | |
download | nextcloud-server-65cfe4796d09c65cd715002c3e078ed6b054162c.tar.gz nextcloud-server-65cfe4796d09c65cd715002c3e078ed6b054162c.zip |
enable laxbreak option in jshintrc to comply with our coding guide lines
Diffstat (limited to '.jshintrc')
-rw-r--r-- | .jshintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc index d5da3e30828..0b055afde3d 100644 --- a/.jshintrc +++ b/.jshintrc @@ -14,6 +14,7 @@ "maxlen": 120, "indent": 4, "browser": true, + "laxbreak": true, "globals": { "console": true, "it": true, |