mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-01 08:08:14 +00:00
Merge pull request #619 from Nihlus/cleanup-8-semicolon-spacing
[Cleanup] Semicolon spacing
This commit is contained in:
commit
fc98b8ea4d
|
@ -8,7 +8,7 @@
|
||||||
<!-- Spacing rules -->
|
<!-- Spacing rules -->
|
||||||
<Rule Id="SA1000" Action="Error" /> <!-- Keywords must be spaced correctly -->
|
<Rule Id="SA1000" Action="Error" /> <!-- Keywords must be spaced correctly -->
|
||||||
<Rule Id="SA1001" Action="Error" /> <!-- Commas must be spaced correctly -->
|
<Rule Id="SA1001" Action="Error" /> <!-- Commas must be spaced correctly -->
|
||||||
<Rule Id="SA1002" Action="None" /> <!-- Semicolons must be spaced correctly -->
|
<Rule Id="SA1002" Action="Error" /> <!-- Semicolons must be spaced correctly -->
|
||||||
<Rule Id="SA1003" Action="None" /> <!-- Symbols must be spaced correctly -->
|
<Rule Id="SA1003" Action="None" /> <!-- Symbols must be spaced correctly -->
|
||||||
<Rule Id="SA1004" Action="None" /> <!-- Documentation lines must begin with single space -->
|
<Rule Id="SA1004" Action="None" /> <!-- Documentation lines must begin with single space -->
|
||||||
<Rule Id="SA1005" Action="None" /> <!-- Single line comments must begin with single space -->
|
<Rule Id="SA1005" Action="None" /> <!-- Single line comments must begin with single space -->
|
||||||
|
|
Loading…
Reference in a new issue