Update editorconfig

This commit is contained in:
DefectingCat
2023-01-10 17:18:19 +08:00
parent 815007f9a9
commit 74d007e405

View File

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