add editorconfig

This commit is contained in:
envoyr 2022-02-25 21:25:15 +01:00
parent d48baf0cb5
commit fb6660b78a
No known key found for this signature in database
GPG Key ID: 5A16F49AF96F462F

19
.editorconfig Normal file
View File

@ -0,0 +1,19 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[docker-compose.yml]
indent_size = 4