Skip to content

Commit 46f409a

Browse files
committed
Merge branch 'upgrade-editorconfig'
Closes #55
2 parents 5924b12 + a439f87 commit 46f409a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.editorconfig

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
root = true
33

44
[*]
5+
charset = utf-8
6+
insert_final_newline = true
57
end_of_line = lf
68
indent_style = space
79
indent_size = 4
8-
trim_trailing_whitespace = true
10+
trim_trailing_whitespace = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)