Add EditorConfig

This commit is contained in:
James Harris
2017-02-14 00:07:17 +00:00
parent a42cfd230e
commit 92af214239
3 changed files with 27 additions and 12 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
charset = utf8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.agc]
indent_style = tab
tab_width = 8
[*.md]
indent_style = space
indent_size = 2