Skip to content

Commit

Permalink
Add editor settings for format convention
Browse files Browse the repository at this point in the history
  • Loading branch information
mnieto committed Oct 29, 2020
1 parent 2871fef commit 1747777
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorsettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[*]
end_of_line = crlf

[*.xml]
indent_style = space

[*.cs]
indent_style = space
indent_size = 4

csharp_new_line_before_catch = false
csharp_new_line_before_else = false
csharp_new_line_before_finally = false
csharp_new_line_before_members_in_anonymous_types = false
csharp_new_line_before_members_in_object_initializers = false
csharp_new_line_before_open_brace = types
csharp_new_line_between_query_expression_clauses = false

0 comments on commit 1747777

Please sign in to comment.