mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -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
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
trim_trailing-whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.{glsl,rs,toml}]
|
[*.{glsl,rs,toml}]
|
||||||
|
|
Loading…
Reference in a new issue