From e5a3f678de2f470bcf3fe9cf9dd03c5a0dd1e5ed Mon Sep 17 00:00:00 2001 From: Larry Date: Mon, 15 Jan 2024 15:11:45 -0700 Subject: [PATCH] Change linting --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 386d37a..f6b6734 100644 --- a/.editorconfig +++ b/.editorconfig @@ -87,5 +87,5 @@ dotnet_style_namespace_match_folder = true:suggestion dotnet_style_operator_placement_when_wrapping = beginning_of_line tab_width = 4 indent_size = 4 -end_of_line = crlf +end_of_line = lf insert_final_newline = false