[Pkg-javascript-commits] [pdf.js] 114/161: Update lint config to enforce braces for single line statements
David Prévot
taffit at moszumanska.debian.org
Sat Apr 19 14:16:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit a08acc899d51024aa44560ae7db31ff7aaa0a6c0
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Sat Mar 22 21:54:19 2014 +0100
Update lint config to enforce braces for single line statements
---
.jshintrc | 1 +
1 file changed, 1 insertion(+)
diff --git a/.jshintrc b/.jshintrc
index 68db82e..3ab350f 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -8,6 +8,7 @@
"maxlen": 80,
"quotmark": "single",
"trailing": true,
+ "curly": true,
// Relaxing
"boss": true,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list