aboutsummaryrefslogtreecommitdiff
path: root/src/.editorconfig
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-02-28 13:00:16 +0200
committertranstrike <transtrike@gmail.com>2021-02-28 13:00:16 +0200
commit26b18fe3727507d1b47ffb53ed773f133122eee8 (patch)
treecad0cdb64cd98edf1ced707b2296fb16da505801 /src/.editorconfig
parente4331fe503547df8f17095540cbd4170bbaf2b25 (diff)
downloadDevHive-26b18fe3727507d1b47ffb53ed773f133122eee8.tar
DevHive-26b18fe3727507d1b47ffb53ed773f133122eee8.tar.gz
DevHive-26b18fe3727507d1b47ffb53ed773f133122eee8.zip
Integrated new JWT validation where needed
Diffstat (limited to 'src/.editorconfig')
-rw-r--r--src/.editorconfig5
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