From b14efbb57836c142129e0a647aed471e56472b89 Mon Sep 17 00:00:00 2001 From: acqn Date: Wed, 11 Oct 2023 23:57:45 +0800 Subject: [PATCH] Fixed EOL settings (LF vs CRLF) for Visual Studio. --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3920829e6..1a6397284 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,6 @@ root = true [*] charset = utf-8 -end_of_line = crlf indent_style = space indent_size = 4 trim_trailing_whitespace = true