From 32fa6e9aedab66bef9e0595d9311fd45b72953fa Mon Sep 17 00:00:00 2001 From: home Date: Sat, 9 Dec 2023 16:37:29 +0300 Subject: [PATCH] Editorconfig : remove trailing whitespace. --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b4ba103..4c5d65c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,8 @@ root = true [*] end_of_line = lf -insert_final_newline = true charset = utf-8 indent_style = tab indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true