Skip to content

Commit 3479cd6

Browse files
committed
Add editorconfig
1 parent 09a58ce commit 3479cd6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# EditorConfig: https://editorconfig.org
2+
root = true
3+
4+
[**]
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
charset = utf-8

0 commit comments

Comments
 (0)