This commit is contained in:
Marius van Witzenburg 2019-03-22 09:16:54 +00:00 committed by GitHub
commit 5fd35df2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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