mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-01 15:48:18 +00:00
Merge pull request #608 from Nihlus/cleanup-6-keyword-spacing
Correct keyword spacing
This commit is contained in:
commit
e9422ab25c
|
@ -6,7 +6,7 @@
|
|||
<Rule Id="SA0002" Action="Error" /> <!-- Invalid settings file -->
|
||||
|
||||
<!-- Spacing rules -->
|
||||
<Rule Id="SA1000" Action="None" /> <!-- Keywords must be spaced correctly -->
|
||||
<Rule Id="SA1000" Action="Error" /> <!-- Keywords must be spaced correctly -->
|
||||
<Rule Id="SA1001" Action="None" /> <!-- Commas must be spaced correctly -->
|
||||
<Rule Id="SA1002" Action="None" /> <!-- Semicolons must be spaced correctly -->
|
||||
<Rule Id="SA1003" Action="None" /> <!-- Symbols must be spaced correctly -->
|
||||
|
|
Loading…
Reference in a new issue