Skip to content

Commit 0d25a8c

Browse files
committed
add EditorConfig
1 parent 2db154d commit 0d25a8c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# https://EditorConfig.org
2+
3+
root = true
4+
5+
[*]
6+
end_of_line = lf
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
charset = utf-8
10+
indent_style = space
11+
indent_size = 4
12+
max_line_length = 100

0 commit comments

Comments
 (0)