Skip to content

Commit a3b1a43

Browse files
committed
running dotnet format --severity error
1 parent 013cac9 commit a3b1a43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+3764
-3821
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ csharp_new_line_before_else = true
149149
csharp_new_line_before_finally = true
150150
csharp_new_line_before_members_in_anonymous_types = false
151151
csharp_new_line_before_members_in_object_initializers = false
152-
csharp_new_line_before_open_brace = methods
152+
csharp_new_line_before_open_brace = methods, types
153153
csharp_new_line_between_query_expression_clauses = false
154154

155155
# Indentation preferences

0 commit comments

Comments
 (0)