diff options
| author | transtrike <transtrike@gmail.com> | 2021-02-28 13:00:16 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-02-28 13:00:16 +0200 |
| commit | 26b18fe3727507d1b47ffb53ed773f133122eee8 (patch) | |
| tree | cad0cdb64cd98edf1ced707b2296fb16da505801 /src/.editorconfig | |
| parent | e4331fe503547df8f17095540cbd4170bbaf2b25 (diff) | |
| download | DevHive-26b18fe3727507d1b47ffb53ed773f133122eee8.tar DevHive-26b18fe3727507d1b47ffb53ed773f133122eee8.tar.gz DevHive-26b18fe3727507d1b47ffb53ed773f133122eee8.zip | |
Integrated new JWT validation where needed
Diffstat (limited to 'src/.editorconfig')
| -rw-r--r-- | src/.editorconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/.editorconfig b/src/.editorconfig index ea2af21..9f0e74b 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -44,9 +44,10 @@ dotnet_diagnostic.IDE0055.severity = warning # Sort using and Import directives with System.* appearing first 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_field = true:refactoring +dotnet_style_qualification_for_property = true:refactoring dotnet_style_qualification_for_method = false:refactoring dotnet_style_qualification_for_event = false:refactoring |
