Skip to content

Commit

Permalink
Revert "Update .editorconfig to suggest file-scoped namespaces #1202"
Browse files Browse the repository at this point in the history
This reverts commit 894a296.
  • Loading branch information
michaelklishin committed May 15, 2022
1 parent c6398a0 commit 531f0e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ csharp_indent_case_contents_when_block = true
csharp_indent_switch_labels = true
csharp_indent_labels = one_less_than_current

# File-scoped namespaces
csharp_style_namespace_declarations = file_scoped:suggestion

# Modifier preferences
csharp_preferred_modifier_order = public,private,protected,internal,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async:suggestion

Expand Down

0 comments on commit 531f0e6

Please sign in to comment.