Skip to content

Commit

Permalink
Update .editorconfig to suggest file-scoped namespaces #1202
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed May 8, 2022
1 parent 1713f50 commit 894a296
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ 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 894a296

Please sign in to comment.