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] [*.sh]
indent_style = tab indent_style = tab
[*.xml{,.dist}] [*.xml.dist]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
@ -40,19 +40,18 @@ indent_size = 2
[.gitmodules] [.gitmodules]
indent_style = tab indent_style = tab
[.php_cs{,.dist}] [.php_cs.dist]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[composer.json] [composer.json]
indent_size = 4 indent_size = 4
[{,docker-}compose{,.*}.{yaml,yml}] [{compose,docker-compose}.*.{yaml,yml}]
indent_style = space
indent_size = 2 indent_size = 2
[{,*.*}Dockerfile] [*.*Dockerfile]
indent_style = tab indent_style = tab
[{,*.*}Caddyfile] [*.*Caddyfile]
indent_style = tab indent_style = tab