From: Charles McGarvey Date: Sun, 26 May 2019 20:53:38 +0000 (-0600) Subject: Merge branch 'master' into ext-perl X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=cb3f5fd6fce35d2a18f21246c7be123c18f01f97;hp=ee5038e6ccae412295b44be762d3445419042d59;p=chaz%2Fhomebank Merge branch 'master' into ext-perl --- 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