X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=d9a081ed5da36ffa74b402157f3b4f6f57e6c787;hb=cb3f5fd6fce35d2a18f21246c7be123c18f01f97;hp=d140832e01e32bdcab2778da170f232104b3d35c;hpb=ee5038e6ccae412295b44be762d3445419042d59;p=chaz%2Fhomebank 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