Skip to content

Commit 35798f5

Browse files
committed
feat: add .editorconfig
1 parent 7d74ebc commit 35798f5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
# Change these settings to your own preference
9+
indent_size = 2
10+
indent_style = space
11+
12+
# We recommend you to keep these unchanged
13+
charset = utf-8
14+
end_of_line = lf
15+
insert_final_newline = true
16+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)