add .editorconfig

This commit is contained in:
Mike Fährmann
2023-03-05 20:09:28 +01:00
parent 8f8b4de0e8
commit 143e82258f

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[**.py]
indent_size = 4
indent_style = space
max_line_length = 79
[Makefile]
indent_style = tab