allow comma first style and increase line length

This commit is contained in:
Rob Halff 2014-10-17 01:14:00 +02:00 committed by Miroslav Bajtoš
parent 4ebf10ae0d
commit 12d2776824
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@
"indent": 2,
"undef": true,
"quotmark": "single",
"maxlen": 80,
"maxlen": 150,
"trailing": true,
"newcap": true,
"nonew": true
"nonew": true,
"laxcomma": true
}