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 e60c66f commit 19de810Copy full SHA for 19de810
.editorconfig
@@ -10,18 +10,18 @@ trim_trailing_whitespace = true
10
indent_style = tab
11
indent_size = 4
12
13
-[*.{xml}]
+[*.xml]
14
15
16
17
-[*.{neon}]
+[*.neon]
18
19
20
21
[*.{yaml,yml}]
22
indent_style = space
23
indent_size = 2
24
25
-[{composer.json}]
+[composer.json]
26
27
0 commit comments