Skip to content

Commit 584dca4

Browse files
committed
Auto merge of #15266 - tetsuharuohzeki:cleanup-editor-config, r=lnicola
Set .editorconfig default indent size to `4` We uses `indent_size = 4` for almost files in this repository. This sorts the config to it.
2 parents da02dc8 + 505d506 commit 584dca4

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.editorconfig

+5-8
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ trim_trailing_whitespace = true
77
end_of_line = lf
88
insert_final_newline = true
99
indent_style = space
10-
11-
[*.{rs,toml}]
1210
indent_size = 4
1311

14-
[*.ts]
15-
indent_size = 4
16-
[*.js]
17-
indent_size = 4
18-
[*.json]
19-
indent_size = 4
12+
[*.md]
13+
indent_size = 2
14+
15+
[*.{yml, yaml}]
16+
indent_size = 2

0 commit comments

Comments
 (0)