Skip to content

Commit b2c7f37

Browse files
committed
run update
1 parent befbb0c commit b2c7f37

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.editorconfig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1+
# http://editorconfig.org/
12
root = true
23

34
[*]
4-
indent_style = space
5-
end_of_line = lf
65
charset = utf-8
6+
end_of_line = lf
77
indent_size = 2
8-
trim_trailing_whitespace = true
8+
indent_style = space
99
insert_final_newline = true
10+
trim_trailing_whitespace = true
1011

1112
[{**/{actual,fixtures,expected,templates}/**,*.md}]
1213
trim_trailing_whitespace = false
13-
insert_final_newline = false
14+
insert_final_newline = false

0 commit comments

Comments
 (0)