Skip to content

Commit 5e4cd10

Browse files
Updated README and editorconfig.
1 parent ddf982f commit 5e4cd10

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
root = true
22

33
[*]
4+
charset = utf-8
45
end_of_line = lf
56
indent_size = 4
67
indent_style = tab
78
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.json]
12+
indent_size = 2
13+
indent_style = space
14+
15+
[*.md]
16+
indent_style = space

0 commit comments

Comments
 (0)