Skip to content

Commit 82ee406

Browse files
committed
chore(global): Add .editorconfig
1 parent f8517e4 commit 82ee406

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
max_line_length = 110
9+
indent_style = space
10+
11+
[*.py]
12+
indent_size = 4
13+
14+
[*.{js,jsx,ts,tsx,vue,json,yml,yaml,css,scss}]
15+
indent_size = 2
16+
17+
[*.md]
18+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)