From 33aad02f932db732ce3baa9c42ea804dcd98798d Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Sat, 28 May 2022 10:36:55 -0500 Subject: [PATCH] fix Visual Studio's popup dialog about newline correction --- src/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.editorconfig b/src/.editorconfig index f4a248305..545dc5bc3 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -3,5 +3,5 @@ root = true [*] indent_size = 4 trim_trailing_whitespace = true -end_of_line = crlf +end_of_line = lf insert_final_newline = true