Added editorconfig to promote code consistency

This commit is contained in:
Marius van Witzenburg 2018-10-24 12:47:17 +02:00
parent e987f158c8
commit 90754da139
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

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