Fix typo in .editorconfig

This commit is contained in:
Ray Hong 2020-12-14 14:46:28 +08:00 committed by GitHub
parent 4de1048628
commit b4dccbe526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing-whitespace = true
trim_trailing_whitespace = true
insert_final_newline = true
[*.{glsl,rs,toml}]