We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3ea50 commit 12944cbCopy full SHA for 12944cb
.editorconfig
@@ -27,7 +27,7 @@ trim_trailing_whitespace = false
27
[*.sh]
28
indent_style = tab
29
30
-[*.xml{,.dist}]
+[*.xml.dist]
31
indent_style = space
32
indent_size = 4
33
@@ -40,19 +40,18 @@ indent_size = 2
40
[.gitmodules]
41
42
43
-[.php_cs{,.dist}]
+[.php_cs.dist]
44
45
46
47
[composer.json]
48
49
50
-[{,docker-}compose{,.*}.{yaml,yml}]
51
-indent_style = space
+[{compose,docker-compose}.*.{yaml,yml}]
52
indent_size = 2
53
54
-[{,*.*}Dockerfile]
+[*.*Dockerfile]
55
56
57
-[{,*.*}Caddyfile]
+[*.*Caddyfile]
58
0 commit comments