Skip to content

Commit bf1cd67

Browse files
authored
chore: Apply EditorConfig to more files (SchemaStore#2713)
1 parent d3e6ab7 commit bf1cd67

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.editorconfig

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
root=true
1+
root = true
22

3-
[*.{json,md,toml,yml,yaml}]
3+
[*]
44
end_of_line = lf
55
charset = utf-8
66
trim_trailing_whitespace = true
@@ -11,8 +11,15 @@ indent_style = space
1111
indent_size = 2
1212

1313
[*.md]
14+
indent_style = space
15+
indent_size = 2
1416
trim_trailing_whitespace = false
1517

1618
[*.{yml,yaml}]
1719
indent_style = space
20+
indent_size = 2
1821
trim_trailing_whitespace = false
22+
23+
[*.cshtml]
24+
indent_style = space
25+
indent_size = 4

0 commit comments

Comments
 (0)