add .editorconfig (#1636)

This commit is contained in:
Matthias Wild 2022-11-30 14:35:15 +01:00 committed by GitHub
parent 2443e5dc01
commit 9fae65ed69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# All files
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
# Python
[*.py]
indent_size = 4