disable redundant this warning for solution style

This commit is contained in:
kalilistic 2021-04-03 11:27:31 -04:00
parent d6edbf49d9
commit 5c3bcf94ce

View file

@ -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