Skip to content

Commit 7c960cf

Browse files
committed
add editorconfig
1 parent 7873111 commit 7c960cf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
max_line_length = 80
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
max_line_length = 0
14+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)