Skip to content

Commit b07ebd2

Browse files
committed
Add editorconfig
1 parent 3717fa4 commit b07ebd2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.js]
11+
indent_style = tab
12+
13+
[*.css]
14+
indent_style = space
15+
indent_size = 2
16+
tab_width = 2
17+
18+
[*.coffee]
19+
indent_style = space
20+
indent_size = 2
21+
tab_width = 2
22+

0 commit comments

Comments
 (0)