17 строки
474 B
INI
17 строки
474 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
# the bindings have older rules (mono-style)
|
|
|
|
# C# code style settings:
|
|
[*.cs]
|
|
|
|
# Newline settings
|
|
csharp_new_line_before_open_brace = methods,types
|
|
csharp_new_line_before_else = false
|
|
csharp_new_line_before_catch = false
|
|
csharp_new_line_before_finally = false
|
|
|
|
# Spacing options
|
|
csharp_space_between_method_call_name_and_opening_parenthesis = true
|
|
csharp_space_between_method_declaration_name_and_open_parenthesis = true
|