mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-25 11:13:38 +08:00
Reformat the C# codes.
Disable creating new line before open brace.
This commit is contained in:
6
codes/csharp/.editorconfig
Normal file
6
codes/csharp/.editorconfig
Normal file
@ -0,0 +1,6 @@
|
||||
# CSharp formatting rules
|
||||
[*.cs]
|
||||
csharp_new_line_before_open_brace = none
|
||||
csharp_new_line_before_else = false
|
||||
csharp_new_line_before_catch = false
|
||||
csharp_new_line_before_finally = false
|
Reference in New Issue
Block a user