diff options
| author | transtrike <transtrike@gmail.com> | 2021-02-22 21:51:41 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-02-22 21:51:41 +0200 |
| commit | 503a23c04355624b133161c9356b139f2e4500f6 (patch) | |
| tree | 261eaaa4b4a57558addd31a81fcb0194203a9ec7 /src/.editorconfig | |
| parent | 1d2f0ea1665b6eb2d9cc3334841318a39ab41e0e (diff) | |
| download | DevHive-503a23c04355624b133161c9356b139f2e4500f6.tar DevHive-503a23c04355624b133161c9356b139f2e4500f6.tar.gz DevHive-503a23c04355624b133161c9356b139f2e4500f6.zip | |
Code cleanup of UserTestsunit_test_refactoring
Diffstat (limited to 'src/.editorconfig')
| -rw-r--r-- | src/.editorconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/.editorconfig b/src/.editorconfig index 7fa9b2a..757e49d 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -45,10 +45,10 @@ dotnet_diagnostic.IDE0055.severity = warning dotnet_sort_system_directives_first = true dotnet_separate_import_directive_groups = false # Avoid "this." and "Me." if not necessary -dotnet_style_qualification_for_field = false:refactoring -dotnet_style_qualification_for_property = false:refactoring -dotnet_style_qualification_for_method = false:refactoring -dotnet_style_qualification_for_event = false:refactoring +dotnet_style_qualification_for_field = true:refactoring +dotnet_style_qualification_for_property = true:refactoring +dotnet_style_qualification_for_method = true:refactoring +dotnet_style_qualification_for_event = true:refactoring # Use language keywords instead of framework type names for type references dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion |
