mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Added new rules concerning type constraints and :base() calls. Reformatted attributes folder
This commit is contained in:
@@ -330,3 +330,8 @@ resharper_csharp_wrap_parameters_style = chop_if_long
|
||||
resharper_force_chop_compound_if_expression = true
|
||||
resharper_keep_existing_linebreaks = false
|
||||
resharper_max_formal_parameters_on_line = 3
|
||||
|
||||
resharper_csharp_wrap_before_first_type_parameter_constraint=true
|
||||
resharper_csharp_place_type_constraints_on_same_line=false
|
||||
resharper_csharp_wrap_before_extends_colon=true
|
||||
resharper_csharp_place_constructor_initializer_on_same_line=false
|
Reference in New Issue
Block a user