Skip to content

Commit ec6878f

Browse files
Added Editorconfig
1 parent 71c5f7b commit ec6878f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
root = true
3+
4+
5+
[*]
6+
end_of_line = lf
7+
charset = utf-8
8+
9+
[*.{md,js,ts}]
10+
trim_trailing_whitespace = true
11+
insert_final_newline = true
12+
max_line_length = 80
13+
indent_style = space
14+
indent_size = 4

0 commit comments

Comments
 (0)