editorconfig: init

Signed-off-by: Christoph Heiss <christoph.heiss@robo4you.at>
This commit is contained in:
Christoph Heiss 2025-05-30 16:07:45 +02:00
parent 5b5f9495cf
commit e4caf2969f
Signed by: christoph.heiss
GPG key ID: 1538094429952F86

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 = space
indent_size = 2
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false