Revert "Update .editorconfig to correspond Code Conventions" (#27051)

Revert "Update .editorconfig to correspond Code Conventions (#26824)"

This reverts commit 882aeb0314.
This commit is contained in:
Pieter-Jan Briers
2024-04-17 15:42:06 +02:00
committed by GitHub
parent 24390ef51b
commit ef72d3cf7f

View File

@@ -9,7 +9,7 @@ indent_style = space
tab_width = 4 tab_width = 4
# New line preferences # New line preferences
end_of_line = crlf:suggestion #end_of_line = crlf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
@@ -104,7 +104,6 @@ csharp_preferred_modifier_order = public, private, protected, internal, new, abs
# 'using' directive preferences # 'using' directive preferences
csharp_using_directive_placement = outside_namespace:silent csharp_using_directive_placement = outside_namespace:silent
csharp_style_namespace_declarations = file_scoped:suggestion
#### C# Formatting Rules #### #### C# Formatting Rules ####