Skip to content

Commit ffce4d7

Browse files
committed
feat: 添加 editorconfig 配置
保证大家提交的文件都有统一的基本格式
1 parent 80644a2 commit ffce4d7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true
7+
charset = utf-8
8+
9+
[*.{md,markdown}]
10+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)