Skip to content

Commit 5494121

Browse files
committed
Add editorconfig
1 parent 5af9066 commit 5494121

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# See https://editorconfig.org/
2+
root = true
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
indent_style = tab
9+
tab_width = 8

0 commit comments

Comments
 (0)