Commit c63f977f by 无尘

fix: 修改 edit 配置

parent daadaee9
......@@ -3,3 +3,17 @@ indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment