Skip to content

Commit d725440

Browse files
Adjust editorconfig for docker compose and markdown files (#1427)
* Adjust editorconfig for docker compose and markdown files * Add reference link
1 parent a5608a5 commit d725440

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

symfony/framework-bundle/7.3/.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# editorconfig.org
2+
13
root = true
24

35
[*]
@@ -7,3 +9,9 @@ indent_size = 4
79
indent_style = space
810
insert_final_newline = true
911
trim_trailing_whitespace = true
12+
13+
[{compose.yaml,compose.*.yaml}]
14+
indent_size = 2
15+
16+
[*.md]
17+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)