From: Charles McGarvey Date: Sun, 26 May 2019 20:52:58 +0000 (-0600) Subject: editorconfig: do not clean up whitespace errors X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=commitdiff_plain;h=5176d625f663a51663b33dfec764563e12fe22c4 editorconfig: do not clean up whitespace errors --- diff --git a/.editorconfig b/.editorconfig index d140832..d9a081e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,13 +7,13 @@ charset = utf8 indent_size = 4 indent_style = tab -insert_final_newline = true -trim_trailing_whitespace = true +insert_final_newline = false +trim_trailing_whitespace = false [*.xml] charset = utf8 indent_size = 2 indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true +insert_final_newline = false +trim_trailing_whitespace = false