chore: add .editorconfig

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-05-04 17:35:44 +02:00
parent 824531939f
commit 5215573ef2
Signed by untrusted user: c8h4
GPG key ID: 73D5E7FDEE3DE49A

12
.editorconfig Normal file
View file

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