Add a basic .editorconfig

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist
2018-12-03 22:38:41 -06:00
parent c03324294d
commit 3518c28aa8
3 changed files with 11 additions and 0 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
# EditorConfig https://EditorConfig.org
# top-most EditorConfig file
root = true
# 4 space indentation
[*.py]
indent_style = space
indent_size = 4