Skip to content
This repository was archived by the owner on Dec 23, 2019. It is now read-only.

Commit 2bd5aa9

Browse files
committed
add editorconfig (from vim)
1 parent 06a5f3b commit 2bd5aa9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
; .editorconfig
2+
3+
root = true
4+
5+
[**.js]
6+
indent_style = space
7+
indent_size = 2
8+
9+
[**.css]
10+
indent_style = space
11+
indent_size = 2
12+
13+
[**.html]
14+
indent_style = space
15+
indent_size = 2
16+
max_char = 78
17+
brace_style = expand

0 commit comments

Comments
 (0)