소스 검색

Update .editorconfig

Miguel de Icaza 7 년 전
부모
커밋
3f028f9781
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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