Skip to content

Commit b70851d

Browse files
committed
ADD: formatting rules for json and yaml
1 parent b9c13fd commit b70851d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ trim_trailing_whitespace = true
1010

1111
[*.md]
1212
trim_trailing_whitespace = false
13+
14+
[*.{yml,yaml,json}]
15+
indent_size = 2
16+
17+
[composer.{json,lock}]
18+
indent_size = 4

0 commit comments

Comments
 (0)