Add .editorconfig to the repository.

This commit is contained in:
Steven Black 2016-12-18 10:49:04 -05:00
parent 66f2f351ca
commit 104aa50026

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*.py]
indent_style = space
trim_trailing_whitespace = true
indent_size = 4
end_of_line = LF
[*.md]
trim_trailing_whitespace = false
insert_final_newline = true