added editorconfig file to help standardize development across IDEs

This commit is contained in:
Blake J. Harnden 2017-04-21 14:16:48 -07:00
parent 3d7a062866
commit c4858e6e0d

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4