From 327d451abc12e64a61d00b6703f972867372eeaa Mon Sep 17 00:00:00 2001 From: Ivaylo Draganov Date: Mon, 18 May 2020 15:51:35 +0300 Subject: [PATCH] Add trim_trailing_whitespace to .editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index f875d863af..b53a162a28 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ charset=utf-8 [*] end_of_line = LF insert_final_newline = true +trim_trailing_whitespace = true ; 4-column tab indentation [*.cs]