This commit is contained in:
Biarity 2018-05-26 09:48:54 +10:00 committed by GitHub
parent fe71c7f392
commit 930f86da01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# This is the reoslyn .EditorConfig # This is the Roslyn .EditorConfig
# top-most EditorConfig file # top-most EditorConfig file
root = true root = true
@ -77,4 +77,4 @@ csharp_new_line_before_else = true
csharp_new_line_before_catch = true csharp_new_line_before_catch = true
csharp_new_line_before_finally = true csharp_new_line_before_finally = true
csharp_new_line_before_members_in_object_initializers = true csharp_new_line_before_members_in_object_initializers = true
csharp_new_line_before_members_in_anonymous_types = true csharp_new_line_before_members_in_anonymous_types = true