Skip to content

Commit 2de105a

Browse files
committed
Fix editorconfig
1 parent 4c45003 commit 2de105a

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

Diff for: .editorconfig

+5-10
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,29 @@ root = true
33
[*]
44
indent_style = tab
55
indent_size = tab
6-
tab_size = 4
6+
tab_width = 4
77
charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010

1111
[*.cs]
12-
tab_size = 4
1312
indent_style = space
1413

1514
[*.{xml,config,*proj,nuspec,props,resx,targets,yml,tasks}]
16-
tab_size = 2
15+
tab_width = 2
1716

1817
[*.{htm,html,js,jsm,ts,tsx,css,sass,scss,less,svg,vue}]
19-
tab_size = 2
18+
tab_width = 2
2019

2120
[*.json]
22-
tab_size = 2
23-
24-
[*.{ps1,psm1}]
25-
tab_size = 4
21+
tab_width = 2
2622

2723
[*.sh]
28-
tab_size = 4
2924
end_of_line = lf
3025

3126
[*.{yml,yaml}]
3227
indent_style = space
33-
tab_size = 2
28+
tab_width = 2
3429

3530
[*.md]
3631
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)