mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
disable redundant this warning for solution style
This commit is contained in:
parent
d6edbf49d9
commit
5c3bcf94ce
1 changed files with 6 additions and 0 deletions
|
|
@ -10,3 +10,9 @@ insert_final_newline = true
|
|||
# 4 space indentation
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
# disable redundant style warnings
|
||||
dotnet_style_qualification_for_field = false:silent
|
||||
dotnet_style_qualification_for_property = false:silent
|
||||
dotnet_style_qualification_for_method = false:silent
|
||||
dotnet_style_qualification_for_event = false:silent
|
||||
Loading…
Add table
Add a link
Reference in a new issue