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:
parent
4de1048628
commit
b4dccbe526
1 changed files with 1 additions and 1 deletions
|
@ -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}]
|
||||
|
|
Loading…
Reference in a new issue