Adjust editorconfig for docker compose and markdown files (#1427)

* Adjust editorconfig for docker compose and markdown files

* Add reference link
This commit is contained in:
Alexander Schranz
2025-06-03 08:05:28 -04:00
committed by GitHub
parent a5608a5a87
commit d7254400b0
@@ -1,3 +1,5 @@
# editorconfig.org
root = true
[*]
@@ -7,3 +9,9 @@ indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[{compose.yaml,compose.*.yaml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false