atom-beautify/coffeelint.json

13 lines
177 B
JSON
Raw Normal View History

2015-06-08 08:24:08 -06:00
{
"indentation": {
"level": "error",
"value": 2
2015-06-08 08:24:08 -06:00
},
"line_endings": {
"value": "unix",
"level": "error"
},
"max_line_length": {
"value": false
2015-06-08 08:24:08 -06:00
}
}