Explorar el Código

Update .editorconfig

Miguel de Icaza hace 7 años
padre
commit
3f028f9781
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -1,7 +1,7 @@
 [*.cs]
 indent_style = tab
 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_catch = false
 csharp_new_line_before_finally = false