Ver Fonte

fix editor config

akeit0 há 2 semanas atrás
pai
commit
2de3503489
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      .editorconfig

+ 2 - 0
.editorconfig

@@ -159,6 +159,7 @@ csharp_indent_case_contents = true
 csharp_indent_case_contents_when_block = true
 csharp_indent_labels = one_less_than_current
 csharp_indent_switch_labels = true
+csharp_outdent_statement_labels = true
 
 # Space preferences
 csharp_space_after_cast = false
@@ -187,6 +188,7 @@ csharp_space_between_square_brackets = false
 # Wrapping preferences
 csharp_preserve_single_line_blocks = true
 csharp_preserve_single_line_statements = true
+max_line_length = 240
 
 #### Naming styles ####