Skip to content

Commit

Permalink
Add new lines before members in object initializers (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
asimmon authored Oct 23, 2024
1 parent 73eca98 commit 2edd9af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/files/3_ReSharperAnalyzers.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ resharper_check_namespace_highlighting = none

# Already covered by file defaults "insert_final_newline"
csharp_insert_final_newline = false

# Fix to address https://youtrack.jetbrains.com/issue/RSRP-486359
# where csharp_new_line_before_members_in_object_initializers would still inline object initializers
resharper_wrap_object_and_collection_initializer_style = chop_always

0 comments on commit 2edd9af

Please sign in to comment.