Skip to content

Commit 048f594

Browse files
committed
tweak editorconfig
1 parent 7bed75a commit 048f594

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.editorconfig

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
root = true
2-
3-
[*]
4-
charset = utf-8
5-
end_of_line = lf
6-
tab_width = 4
7-
indent_size = 4
8-
indent_style = space
9-
max_line_length = 160
10-
insert_final_newline = true
11-
trim_trailing_whitespace = true
12-
13-
[*.{astro,cshtml,csproj,css,js,json,scss,ts,yaml}]
14-
tab_width = 2
15-
indent_size = 2
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
tab_width = 4
7+
indent_size = 4
8+
indent_style = space
9+
max_line_length = 160
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
13+
[*.{csproj,json,yaml}]
14+
tab_width = 2
15+
indent_size = 2

0 commit comments

Comments
 (0)