initial editorconfig

This commit is contained in:
smikes 2014-12-07 11:27:55 -08:00
parent 459fca11c5
commit a052705c61

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[**/*.bats]
indent_size = 4
indent_style = space