Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #348 from olefredrik/fix/codesnifferRuleset
Browse files Browse the repository at this point in the history
Allow space indent
  • Loading branch information
olefredrik committed May 25, 2015
2 parents 00a96d8 + 3ee721e commit ccb575f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codesniffer.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<rule ref="WordPress">
<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" />
<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" />
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed" />
<exclude name="Generic.Files.EndFileNewline.NotFound" />
<exclude name="Generic.Formatting.DisallowMultipleStatements.SameLine" />
<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.ContentAfterBrace" />
Expand Down

0 comments on commit ccb575f

Please sign in to comment.