From b4dccbe5261a11a7e9587521a96a4098a8754006 Mon Sep 17 00:00:00 2001 From: Ray Hong Date: Mon, 14 Dec 2020 14:46:28 +0800 Subject: [PATCH] Fix typo in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]