Disable SA1015 "Closing generic bracket should be followed by a space"

This commit is contained in:
YoshiRulz 2022-08-17 15:38:22 +10:00
parent c153505b58
commit 1b5ec471e0
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 3 additions and 0 deletions

View File

@ -719,6 +719,9 @@
<!-- Closing braces should be spaced correctly -->
<Rule Id="SA1013" Action="Hidden" />
<!-- Closing generic bracket should be followed by a space -->
<Rule Id="SA1015" Action="Hidden" />
<!-- Member access symbols should be spaced correctly -->
<Rule Id="SA1019" Action="Error" />