Fixed blank lines around opening/closing class braces
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-07-21 13:33:20 -04:00
parent 61900e22c6
commit be2a30ceca
12 changed files with 0 additions and 34 deletions
-12
View File
@@ -23,18 +23,6 @@
<rule ref="Generic.Classes.OpeningBraceSameLine"/>
<rule ref="Generic.Functions.OpeningFunctionBraceKernighanRitchie"/>
<!-- Enforce exactly 1 blank line before/after a class closing/opening brace -->
<rule ref="Squiz.WhiteSpace.ClassOpeningSpacing">
<properties>
<property name="spacing" value="1"/>
</properties>
</rule>
<rule ref="Squiz.WhiteSpace.ClassClosingSpacing">
<properties>
<property name="spacing" value="1"/>
</properties>
</rule>
<!-- Enforce 2-space indentation instead of 4 -->
<rule ref="Generic.WhiteSpace.ScopeIndent">
<properties>