From db6ade78be3eb2da949eaf6f367a871139838e14 Mon Sep 17 00:00:00 2001 From: Takaaki Suzuki Date: Fri, 1 Jul 2022 03:09:42 +0900 Subject: [PATCH] update .editorconfig --- src/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.editorconfig b/src/.editorconfig index 4ac54d7..c5898bf 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -9,7 +9,7 @@ root = true # Don't use tabs for indentation. [*] indent_style = space -end_of_line = crlf +trim_trailing_whitespace = true # Code files [*.{cs,csx,vb,vbx,ts,js,css,less}]