Skip to content

Commit 477fb78

Browse files
committed
chore: update editorconfig
1 parent 2cacafc commit 477fb78

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,8 +1,15 @@
1+
; This file is for unifying the coding style for different editors and IDEs.
2+
; More information at http://editorconfig.org
3+
14
root = true
25

36
[*]
7+
charset = utf-8
8+
indent_size = 4
49
indent_style = space
510
end_of_line = lf
6-
charset = utf-8
7-
trim_trailing_whitespace = true
811
insert_final_newline = true
12+
trim_trailing_whitespace = true
13+
14+
[*.{yml,yaml}]
15+
indent_size = 2

0 commit comments

Comments
 (0)