Increase allowed max-line-length to 130

This commit is contained in:
József Farkas
2016-06-04 17:16:51 +02:00
parent 46d16f594a
commit d63e8bb4ef

View File

@@ -36,7 +36,7 @@
], ],
"max-line-length": [ "max-line-length": [
true, true,
120 130
], ],
"no-trailing-whitespace": true, "no-trailing-whitespace": true,
"trailing-comma": [ "trailing-comma": [