feat: update editorconfig

This commit is contained in:
Maxime Hélias 2024-11-12 11:24:32 +01:00 committed by Maxime Helias
parent 1f3ea50cff
commit 12944cb6d5

View File

@ -27,7 +27,7 @@ trim_trailing_whitespace = false
[*.sh]
indent_style = tab
[*.xml{,.dist}]
[*.xml.dist]
indent_style = space
indent_size = 4
@ -40,19 +40,18 @@ indent_size = 2
[.gitmodules]
indent_style = tab
[.php_cs{,.dist}]
[.php_cs.dist]
indent_style = space
indent_size = 4
[composer.json]
indent_size = 4
[{,docker-}compose{,.*}.{yaml,yml}]
indent_style = space
[{compose,docker-compose}.*.{yaml,yml}]
indent_size = 2
[{,*.*}Dockerfile]
[*.*Dockerfile]
indent_style = tab
[{,*.*}Caddyfile]
[*.*Caddyfile]
indent_style = tab