Skip to content

Commit

Permalink
Revert "Update .editorconfig to correspond Code Conventions" (space-w…
Browse files Browse the repository at this point in the history
…izards#27051)

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

This reverts commit 882aeb0.
  • Loading branch information
PJB3005 authored Apr 17, 2024
1 parent 24390ef commit ef72d3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 ####

Expand Down

0 comments on commit ef72d3c

Please sign in to comment.