mirror of
https://github.com/alacritty/alacritty.git
synced 2025-09-04 22:43:53 -04: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…
Add table
Add a link
Reference in a new issue