Skip to content

Commit b117e23

Browse files
committed
NH-4073 - Add json, xml, and cshtml to .editorconfig
1 parent 9ef0373 commit b117e23

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,16 @@ indent_style = tab
99

1010
[*.xsd]
1111
indent_style = tab
12+
13+
[*.json]
14+
indent_style = space
15+
indent_size = 2
16+
17+
[*.xml]
18+
indent_style = space
19+
indent_size = 2
20+
21+
22+
[*.cshtml]
23+
indent_style = space
24+
indent_size = 4

0 commit comments

Comments
 (0)