Skip to content

Commit c7bc265

Browse files
committed
refactor: remove redundant C# editor config rules
1 parent d296603 commit c7bc265

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.editorconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ tab_width = 4
2020

2121
# StyleCop Diagnostic Rules =================
2222

23-
# Indent braces '{}'
24-
csharp_indent_braces = true
2523
# Indent 'case' and 'default' labels within a switch statement
2624
csharp_indent_switch_labels = true
2725
# Force a newline before 'catch' blocks
@@ -30,8 +28,6 @@ csharp_new_line_before_catch = true
3028
csharp_new_line_before_else = true
3129
# Force a newline before 'finally' blocks
3230
csharp_new_line_before_finally = true
33-
# Do not insert newlines before members in object initializers
34-
csharp_new_line_before_members_in_object_initializers = false
3531
# Always insert a newline before opening braces '{'
3632
csharp_new_line_before_open_brace = methods, properties, control_blocks, types
3733
# Arrange modifiers in a specific order ('public', 'private', 'protected', ...)

0 commit comments

Comments
 (0)