1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

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

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}]