From 8569864c6b72b025fe5f1784cbbbe1e380cbd144 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Tue, 21 Dec 2021 20:36:19 +0000 Subject: [PATCH] Fix .editorconfig trim_trailing_whitespace rule --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0406189ba..2a695ba72 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ root = true end_of_line = lf # Unix-style newlines charset = utf-8 # All files are in UTF-8 insert_final_newline = true # All files end with a newline -trim_trailing_whitespaces = true +trim_trailing_whitespace = true # No trailing whitespaces [Makefile] indent_style = tab