feat: update editorconfig

This commit is contained in:
southorange1228 2022-08-04 20:14:02 +08:00
parent 0f4823d9ad
commit 964d5e34c8

View File

@ -4,6 +4,6 @@ root = true
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf