Skip to content

Commit

Permalink
feat: update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhelias committed Nov 16, 2024
1 parent 1f3ea50 commit 12944cb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ trim_trailing_whitespace = false
[*.sh]
indent_style = tab

[*.xml{,.dist}]
[*.xml.dist]
indent_style = space
indent_size = 4

Expand All @@ -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

0 comments on commit 12944cb

Please sign in to comment.