Add coffeelint config file

This commit is contained in:
Glavin Wiechert 2015-06-08 11:24:08 -03:00
parent ce503cb80a
commit e471642003
1 changed files with 10 additions and 0 deletions

10
coffeelint.json Normal file
View File

@ -0,0 +1,10 @@
{
"indentation" : {
"level" : "error",
"value" : 4
},
"line_endings" : {
"value" : "unix",
"level" : "error"
}
}