From d0663639d022d37e4d6bec4ea64520903e793bcd Mon Sep 17 00:00:00 2001 From: thaibault Date: Tue, 10 Sep 2024 15:06:54 +0200 Subject: [PATCH] Automatic update to new version. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3b6e33f..b3e44fe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ indent_style = space # If the last line in a file doesn't end with a newline then addition of next # line affects two lines instead of one. This also pollutes diff on multiple # files, so reader may wonder what has changed in a line whereas no significant -# change has occured. +# change has occurred. insert_final_newline = true trim_trailing_whitespace = true