Add editorconfig.

This commit is contained in:
Michael Lipp 2023-09-02 12:40:07 +02:00
parent 50f9b3ec1a
commit 5c0d7df741

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.{md,yml,yaml}]
indent_size = 2
indent_style = space