From 696289820463289560e1f149b4ca44633912d464 Mon Sep 17 00:00:00 2001 From: dalerichardson Date: Thu, 21 Sep 2023 09:59:19 -0600 Subject: [PATCH] settings to unset xml files --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index df20f4a..b3067ea 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,8 @@ charset = utf-8 tab_width = 4 [*.xml] -end_of_line = crlf +end_of_line = unset +insert_final_newline = unset [*.md] trim_trailing_whitespace = false