Skip to content

Commit 45a3314

Browse files
committed
feat: Add editorconfig
1 parent 2a570ef commit 45a3314

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+
# EditorConfig is awesome: https://EditorConfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_style = space
8+
indent_size = 4
9+
insert_final_newline = true

0 commit comments

Comments
 (0)