Skip to content

Commit 5c4ea8c

Browse files
committed
build: add editorconfig
1 parent 4e0afa4 commit 5c4ea8c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
9+
[*.{js,ts}]
10+
indent_size = 4
11+
indent_style = tab
12+
block_comment_start = /*
13+
block_comment = *
14+
block_comment_end = */
15+
16+
[*.{yml,yaml}]
17+
indent_size = 2
18+
indent_style = space
19+
20+
[*.{md,rmd,mkd,mkdn,mdwn,mdown,markdown,litcoffee}]
21+
tab_width = 4
22+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)