Skip to content

Commit 63d38d4

Browse files
lukastaegertguybedford
authored andcommitted
Add editorconfig file
1 parent fb3a34c commit 63d38d4

File tree

2 files changed

+925
-0
lines changed

2 files changed

+925
-0
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*.ts]
5+
charset = utf-8
6+
end_of_line = lf
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
indent_style = tab
10+
indent_size = 2
11+
12+
[*.md]
13+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)