Skip to content

Commit 1c77179

Browse files
committed
update .editorconfig
1 parent fd4a8a4 commit 1c77179

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,18 @@ indent_size = 4
1111
trim_trailing_whitespace = true
1212
end_of_line = lf
1313
insert_final_newline = true
14+
15+
# YAML Files
16+
[*.{yml,yaml}]
17+
indent_size = 2
18+
indent_style = space
19+
20+
# JSON Files
21+
[*.{json,json5,webmanifest}]
22+
indent_size = 2
23+
indent_style = space
24+
25+
# BASH Files
26+
[*.{.sh}]
27+
indent_style = tab
28+
indent_size = 4

0 commit comments

Comments
 (0)