From eb712f106fcc92e1040b5f795076bc5aa55dd14a Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 25 Aug 2023 21:05:27 +0200 Subject: [PATCH] -trim_trailing_whitespaces must be -trim_trailing_whitespace --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 072c0c22b..7ec80141b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,6 @@ root = true [*] charset = utf-8 end_of_line = lf -trim_trailing_whitespaces = true +trim_trailing_whitespace = true indent_style = tab indent_size = 2