Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-11-04 14:51:54 +0300
committerArthur Schiwon <blizzz@owncloud.com>2014-11-04 14:51:54 +0300
commit65cfe4796d09c65cd715002c3e078ed6b054162c (patch)
treef02bc649b18d755da687e1b441d79a3f1a9cb0df /.jshintrc
parentfde8ef065531e71060fa59f3cb8a42dc7a07f276 (diff)
enable laxbreak option in jshintrc to comply with our coding guide lines
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc1
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,