Skip to content

Commit 8af8f6e

Browse files
committed
Update editor configuration defaults
1 parent 6490798 commit 8af8f6e

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.editorconfig

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@ indent_style = space
1010
insert_final_newline = true
1111
trim_trailing_whitespace = true
1212

13-
[{compose.yaml,compose.*.yaml}]
14-
indent_size = 2
15-
1613
[*.md]
1714
trim_trailing_whitespace = false
15+
16+
[*.twig]
17+
indent_size = 2
18+
19+
[*.yaml]
20+
indent_size = 2
21+
22+
# Override indent size for YAML files that are managed with Symfony Flex recipes
23+
[config/**.yaml]
24+
indent_size = 4

0 commit comments

Comments
 (0)