Skip to content

Commit

Permalink
Update WhiteSpace.FunctionSpacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Jul 17, 2021
1 parent 85889cb commit b170739
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<rule ref="Generic.Debug.JSHint"/>
<rule ref="Generic.Debug.CSSLint"/>
<rule ref="Generic.Files.ByteOrderMark"/>
<rule ref="Generic.Files.LineEndings"/>
<rule ref="Generic.Formatting.NoSpaceAfterCast"/>
<rule ref="Generic.Functions.FunctionCallArgumentSpacing"/>
<rule ref="Generic.Functions.OpeningFunctionBraceBsdAllman"/>
Expand Down Expand Up @@ -41,9 +40,11 @@
<rule ref="Squiz.Scope.StaticThisUsage"/>
<rule ref="Squiz.Strings.DoubleQuoteUsage"/>
<rule ref="Squiz.WhiteSpace.CastSpacing"/>
<rule ref="Squiz.WhiteSpace.FunctionSpacing">
<rule ref="Squiz.WhiteSpace.FunctionSpacing" >
<properties>
<property name="spacing" value="1"/>
<property name="spacing" value="1" />
<property name="spacingBeforeFirst" value="0" />
<property name="spacingAfterLast" value="0" />
</properties>
</rule>
<rule ref="Squiz.WhiteSpace.LanguageConstructSpacing"/>
Expand Down

0 comments on commit b170739

Please sign in to comment.