Add a .editorconfig file

This commit is contained in:
Scott Wallace 2021-05-27 08:29:14 +01:00
parent 9f86ea1f30
commit 4d1904b285
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*.py]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true