Skip to content

Commit c8070c8

Browse files
committed
Add editorconfig
1 parent 300524a commit c8070c8

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+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs.
3+
# editorconfig.org
4+
5+
root = true
6+
7+
[*]
8+
9+
# We recommend you to keep these unchanged.
10+
charset = utf-8
11+
end_of_line = lf
12+
indent_size = 4
13+
indent_style = tab
14+
insert_final_newline = true
15+
trim_trailing_whitespace = true
16+
17+
[package.json]
18+
indent_style = space
19+
indent_size = 2
20+
21+
[*.md]
22+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)