Ver código fonte

Update .editorconfig

Miguel de Icaza 7 anos atrás
pai
commit
3f028f9781
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -1,7 +1,7 @@
 [*.cs]
 [*.cs]
 indent_style = tab
 indent_style = tab
 tab_widt = 8 
 tab_widt = 8 
-csharp_new_line_before_open_brace = false
+csharp_new_line_before_open_brace = methods,local_functions
 csharp_new_line_before_else = false
 csharp_new_line_before_else = false
 csharp_new_line_before_catch = false
 csharp_new_line_before_catch = false
 csharp_new_line_before_finally = false
 csharp_new_line_before_finally = false