Skip to content

Commit ccc693e

Browse files
committed
🔧 Updates .editorconfig
1 parent 978c675 commit ccc693e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.editorconfig

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"root = true
1+
root = true
22

33
[*]
44
charset = utf-8
@@ -12,8 +12,8 @@ indent_size = 2
1212
[*.json]
1313
indent_size = 2
1414

15-
[*.yml]
15+
[*.yml,*.yaml,*.xml]
1616
indent_size = 2
1717

1818
[*.ps1,*.psm1,*.psd1]
19-
indent_size = 4"
19+
indent_size = 4

0 commit comments

Comments
 (0)