Skip to content

Commit a1a281a

Browse files
committed
add global editorconfig
1 parent fa8a297 commit a1a281a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .editorconfig

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
indent_style = space
9+
10+
[**.js]
11+
indent_size = 2
12+
13+
[**.css]
14+
indent_size = 2
15+
16+
[**.html]
17+
indent_size = 2

0 commit comments

Comments
 (0)