Skip to content

Commit fe87a47

Browse files
committed
chore(editorconfig): expand preferences with file from cli repo
1 parent 54d6e74 commit fe87a47

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.editorconfig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
# http://editorconfig.org
2+
13
root = true
24

35
[*]
6+
charset = utf-8
47
indent_style = space
5-
indent_size = 2
8+
indent_size = 2
9+
end_of_line = lf
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)