Skip to content

Commit 71c78e8

Browse files
committed
chore: add editorconfig
1 parent d04acc4 commit 71c78e8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
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+
indent_style=space
4+
indent_size=4
5+
tab_width=4
6+
end_of_line=lf
7+
charset=utf-8
8+
trim_trailing_whitespace=true
9+
max_line_length=120
10+
insert_final_newline=true
11+
12+
[*.yml]
13+
indent_style=space
14+
indent_size=4
15+
tab_width=8
16+
end_of_line=lf
17+
18+
[*.md]
19+
indent_size = 2

0 commit comments

Comments
 (0)