Skip to content

Commit

Permalink
Add atom build and editorconfig files.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakesoda committed Apr 25, 2015
1 parent f60a7a1 commit 34554ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .atom-build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cmd": "busted",
"args": [ "spec" ],
"sh": false,
"cwd": "{PROJECT_PATH}"
}
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.lua]
indent_style = tab

0 comments on commit 34554ae

Please sign in to comment.