From ef72d3cf7fac8ed8c21d1ea43c7740a2c49ccf03 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 17 Apr 2024 15:42:06 +0200 Subject: [PATCH] Revert "Update .editorconfig to correspond Code Conventions" (#27051) Revert "Update .editorconfig to correspond Code Conventions (#26824)" This reverts commit 882aeb03143d07a4cef91412008c81c9902075d8. --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 58d0d332bb..872a068c7c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ indent_style = space tab_width = 4 # New line preferences -end_of_line = crlf:suggestion +#end_of_line = crlf insert_final_newline = true trim_trailing_whitespace = true @@ -104,7 +104,6 @@ csharp_preferred_modifier_order = public, private, protected, internal, new, abs # 'using' directive preferences csharp_using_directive_placement = outside_namespace:silent -csharp_style_namespace_declarations = file_scoped:suggestion #### C# Formatting Rules ####