Adding .editorconfig to help enforce whitespace rules

(and to stop me keep adding too many blank lines at the
end of files)
This commit is contained in:
Adam Charnock 2015-12-05 09:02:15 +00:00
parent 1988519536
commit eb665d569d

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{py,rst,ini}]
indent_style = space
indent_size = 4