mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
chore: properly handle this prefix
This commit is contained in:
parent
6b2c2e83ef
commit
10b01c452b
1 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,10 @@ dotnet_style_predefined_type_for_member_access = true:suggestion
|
||||||
dotnet_style_require_accessibility_modifiers = for_non_interface_members:suggestion
|
dotnet_style_require_accessibility_modifiers = for_non_interface_members:suggestion
|
||||||
dotnet_style_parentheses_in_other_operators=always_for_clarity:silent
|
dotnet_style_parentheses_in_other_operators=always_for_clarity:silent
|
||||||
dotnet_style_object_initializer = false
|
dotnet_style_object_initializer = false
|
||||||
|
dotnet_style_qualification_for_event = true:suggestion
|
||||||
|
dotnet_style_qualification_for_field = true:suggestion
|
||||||
|
dotnet_style_qualification_for_method = true:suggestion
|
||||||
|
dotnet_style_qualification_for_property = true:suggestion
|
||||||
csharp_space_between_method_call_empty_parameter_list_parentheses = false
|
csharp_space_between_method_call_empty_parameter_list_parentheses = false
|
||||||
csharp_space_between_method_call_parameter_list_parentheses = false
|
csharp_space_between_method_call_parameter_list_parentheses = false
|
||||||
csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
|
csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue