Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghuan committed Sep 7, 2018
1 parent e8cbce0 commit 6e5e8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ indent_style = space
[*.{cs,csx,vb,vbx}]
indent_size = 2
insert_final_newline = true
charset = utf-8-bom
charset = utf-8

###############################
# C# Coding Conventions #
Expand Down Expand Up @@ -63,7 +63,7 @@ csharp_new_line_between_query_expression_clauses = false
# Indentation preferences
csharp_indent_case_contents = true
csharp_indent_switch_labels = true
csharp_indent_labels = flush_left
csharp_indent_labels = one_less_than_current

# Space preferences
csharp_space_after_cast = false
Expand Down

0 comments on commit 6e5e8cd

Please sign in to comment.