From 12944cb6d5f470a45faca7ff9411a0abb190f0e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20H=C3=A9lias?= Date: Tue, 12 Nov 2024 11:24:32 +0100 Subject: [PATCH] feat: update editorconfig --- .editorconfig | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 1ea821469..0315479cc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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