mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Prevent end comment aligning (Resharper/SA conflict)
This commit is contained in:
parent
0bfcc55774
commit
b89df8b130
1 changed files with 2 additions and 1 deletions
|
|
@ -104,13 +104,14 @@ resharper_can_use_global_alias = false
|
||||||
resharper_csharp_align_multiline_parameter = true
|
resharper_csharp_align_multiline_parameter = true
|
||||||
resharper_csharp_align_multiple_declaration = true
|
resharper_csharp_align_multiple_declaration = true
|
||||||
resharper_csharp_empty_block_style = multiline
|
resharper_csharp_empty_block_style = multiline
|
||||||
resharper_csharp_int_align_comments = true
|
resharper_csharp_int_align_comments = false
|
||||||
resharper_csharp_new_line_before_while = true
|
resharper_csharp_new_line_before_while = true
|
||||||
resharper_csharp_wrap_after_declaration_lpar = true
|
resharper_csharp_wrap_after_declaration_lpar = true
|
||||||
resharper_csharp_wrap_after_invocation_lpar = true
|
resharper_csharp_wrap_after_invocation_lpar = true
|
||||||
resharper_csharp_wrap_arguments_style = chop_if_long
|
resharper_csharp_wrap_arguments_style = chop_if_long
|
||||||
resharper_enforce_line_ending_style = true
|
resharper_enforce_line_ending_style = true
|
||||||
resharper_instance_members_qualify_declared_in = this_class, base_class
|
resharper_instance_members_qualify_declared_in = this_class, base_class
|
||||||
|
resharper_int_align = false
|
||||||
resharper_member_can_be_private_global_highlighting = none
|
resharper_member_can_be_private_global_highlighting = none
|
||||||
resharper_member_can_be_private_local_highlighting = none
|
resharper_member_can_be_private_local_highlighting = none
|
||||||
resharper_new_line_before_finally = true
|
resharper_new_line_before_finally = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue