Update lint config to enforce braces for single line statements

This commit is contained in:
Jonas Jenwald 2014-03-22 21:54:19 +01:00
parent e3b830e63c
commit a08acc899d

View File

@ -8,6 +8,7 @@
"maxlen": 80,
"quotmark": "single",
"trailing": true,
"curly": true,
// Relaxing
"boss": true,