From 22828bc2156e1fac9ac91591d212889c4d1f73c2 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Wed, 30 Aug 2023 12:25:28 +0500 Subject: [PATCH] editorconfig file: no explicit end_of_line declaration improves development experience on various platforms --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b2738f008f..1723e48d05 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,7 +19,6 @@ indent_style = space tab_width = 2 # New line preferences -end_of_line = crlf insert_final_newline = false #### .NET Coding Conventions ####