Skip to content

Instantly share code, notes, and snippets.

@nobuf
Created June 29, 2015 06:20
Show Gist options
  • Save nobuf/d9b062ce98176945eec3 to your computer and use it in GitHub Desktop.
Save nobuf/d9b062ce98176945eec3 to your computer and use it in GitHub Desktop.
Convert tab indent to spaces: ruleset for phpcs
<?xml version="1.0"?>
<ruleset name="ILoveSpace">
<description>Space Over Tab.</description>
<arg name="tab-width" value="4"/>
<rule ref="Generic.WhiteSpace.DisallowTabIndent"/>
</ruleset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment