atom-beautify/coffeelint.json

10 lines
136 B
JSON
Raw Normal View History

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