summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Hong <rayyounghong@gmail.com>2020-12-14 14:46:28 +0800
committerGitHub <noreply@github.com>2020-12-14 06:46:28 +0000
commitb4dccbe5261a11a7e9587521a96a4098a8754006 (patch)
tree70566dc3acd2a8ac429324e69b391895e0e7a0a7
parent4de1048628c80e54d342c4cfa3675371f4824fec (diff)
downloadalacritty-b4dccbe5261a11a7e9587521a96a4098a8754006.tar.gz
alacritty-b4dccbe5261a11a7e9587521a96a4098a8754006.zip
Fix typo in .editorconfig
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 303e9296..877f8a2e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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}]