mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
chore: ClientState => IClientState
This commit is contained in:
parent
45f5bb4dbe
commit
f1dfaa92c9
5 changed files with 147 additions and 91 deletions
|
|
@ -26,7 +26,7 @@ csharp_style_var_for_built_in_types = true:suggestion
|
|||
csharp_style_var_when_type_is_apparent = true:suggestion
|
||||
dotnet_code_quality_unused_parameters = non_public
|
||||
dotnet_naming_rule.event_rule.severity = warning
|
||||
dotnet_naming_rule.event_rule.style = on_upper_camel_case_style
|
||||
dotnet_naming_rule.event_rule.style = upper_camel_case_style
|
||||
dotnet_naming_rule.event_rule.symbols = event_symbols
|
||||
dotnet_naming_rule.private_constants_rule.severity = warning
|
||||
dotnet_naming_rule.private_constants_rule.style = upper_camel_case_style
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue