Skip to content

Commit 928769c

Browse files
welcoMatticmaxhelias
authored andcommitted
Fix .editorconfig to support Caddyfile and docker compose files
Docker compose: `compose.{yml,yaml}` and `docker-compose.{yml,yaml}` was not supported, fixed Caddyfile: `Caddyfile` was not supported, fixed
1 parent 6884829 commit 928769c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ indent_size = 4
4747
[composer.json]
4848
indent_size = 4
4949

50-
[{compose,docker-compose}.*.{yaml,yml}]
50+
[{compose,docker-compose}.{*.yaml,*.yml,yaml,yml}]
5151
indent_size = 2
5252

5353
[*.*Dockerfile]
5454
indent_style = tab
5555

56-
[*.*Caddyfile]
56+
[{Caddyfile,*.*Caddyfile}]
5757
indent_style = tab

0 commit comments

Comments
 (0)