Add atom build and editorconfig files.

This commit is contained in:
Colby Klein 2015-04-25 05:50:59 -07:00
parent f60a7a144c
commit 34554aea5a
2 changed files with 14 additions and 0 deletions

6
.atom-build.json Normal file
View File

@ -0,0 +1,6 @@
{
"cmd": "busted",
"args": [ "spec" ],
"sh": false,
"cwd": "{PROJECT_PATH}"
}

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.lua]
indent_style = tab