add editorconfig (tells editors which basic text format to use)

This commit is contained in:
Joe Pea 2020-05-22 01:28:56 -07:00
parent b4b8bdc93e
commit 732c34db55
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# http://EditorConfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true