Skip to content

Commit 7e3de1a

Browse files
authored
chore: add editorconfig (#1161)
1 parent e8f7d5a commit 7e3de1a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
indent_size = 2
6+
indent_style = tab
7+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)