Skip to content

Commit 75a131c

Browse files
Add editor config.
1 parent 2d88457 commit 75a131c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# See: https://EditorConfig.org
2+
# VSCode plugin: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
end_of_line = lf
9+
insert_final_newline = true
10+
indent_style = space
11+
indent_size = 4

0 commit comments

Comments
 (0)