Skip to content

Commit c36b2b9

Browse files
committed
Tabs to spaces
1 parent b154f02 commit c36b2b9

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0"?>
22
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="RuleInclusionAbsoluteLinuxTest" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
33

4-
<!-- %path_slash_forward% will be replaced on the fly -->
5-
<rule ref="%path_slash_forward%/src/Standards/Generic/Sniffs/Formatting/SpaceAfterNotSniff.php">
6-
<properties>
7-
<property name="spacing" value="10" />
8-
</properties>
9-
</rule>
4+
<!-- %path_slash_forward% will be replaced on the fly -->
5+
<rule ref="%path_slash_forward%/src/Standards/Generic/Sniffs/Formatting/SpaceAfterNotSniff.php">
6+
<properties>
7+
<property name="spacing" value="10" />
8+
</properties>
9+
</rule>
1010

1111
</ruleset>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0"?>
22
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="RuleInclusionAbsoluteWindowsTest" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
33

4-
<!-- %path_slash_back% will be replaced on the fly -->
5-
<rule ref="%path_slash_back%\src\Standards\Generic\Sniffs\Formatting\SpaceAfterCastSniff.php">
6-
<properties>
7-
<property name="spacing" value="10" />
8-
</properties>
9-
</rule>
4+
<!-- %path_slash_back% will be replaced on the fly -->
5+
<rule ref="%path_slash_back%\src\Standards\Generic\Sniffs\Formatting\SpaceAfterCastSniff.php">
6+
<properties>
7+
<property name="spacing" value="10" />
8+
</properties>
9+
</rule>
1010

1111
</ruleset>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0"?>
22
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="RuleInclusionTest-include" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
33

4-
<rule ref="Generic.Metrics.NestingLevel">
5-
<properties>
6-
<property name="nestingLevel" value="2" />
7-
</properties>
8-
</rule>
4+
<rule ref="Generic.Metrics.NestingLevel">
5+
<properties>
6+
<property name="nestingLevel" value="2" />
7+
</properties>
8+
</rule>
99

1010
</ruleset>

0 commit comments

Comments
 (0)