Add trim_trailing_whitespace to .editorconfig

This commit is contained in:
Ivaylo Draganov
2020-05-18 15:51:35 +03:00
committed by abcdefg30
parent 2dac16ee02
commit 327d451abc

View File

@@ -6,6 +6,7 @@ charset=utf-8
[*] [*]
end_of_line = LF end_of_line = LF
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true
; 4-column tab indentation ; 4-column tab indentation
[*.cs] [*.cs]