Skip to content

Commit 8c8314e

Browse files
committed
.editorconfig
1 parent 14132e3 commit 8c8314e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.editorconfig

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 4
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.html]
13+
indent_style = tab
14+
tab_width = 4
15+
16+
[*.{config.js,json,yml,scss}]
17+
indent_size = 2
18+
19+
[*.md]
20+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)