#15 Added .editorconfig

This commit is contained in:
p_magyar
2024-03-21 23:40:50 +01:00
parent 953307484d
commit eb23d5c00b

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
charset = utf-8
[*.py]
indent_size = 4
max_line_length = 99
[*.{yml,yaml}]
indent_size = 2