add editorconfig

This commit is contained in:
Daniel Bauer
2025-07-06 17:41:30 +02:00
parent 1b4fbe6f17
commit 6f4529d0f1

15
dot_editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.json]
indent_size = 2
[*md]
trim_trailing_whitespace = false