Skip to content

Commit d794b93

Browse files
committed
update linting issues, add editor confid, add vs code setting, update types and imports
1 parent 3234ea5 commit d794b93

33 files changed

+1222
-1090
lines changed

.editorconfig

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

0 commit comments

Comments
 (0)