Add atom build and editorconfig files.
This commit is contained in:
parent
f60a7a144c
commit
34554aea5a
6
.atom-build.json
Normal file
6
.atom-build.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"cmd": "busted",
|
||||
"args": [ "spec" ],
|
||||
"sh": false,
|
||||
"cwd": "{PROJECT_PATH}"
|
||||
}
|
8
.editorconfig
Normal file
8
.editorconfig
Normal file
@ -0,0 +1,8 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.lua]
|
||||
indent_style = tab
|
Loading…
x
Reference in New Issue
Block a user