Created
June 29, 2015 06:20
-
-
Save nobuf/d9b062ce98176945eec3 to your computer and use it in GitHub Desktop.
Convert tab indent to spaces: ruleset for phpcs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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