mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[task/code-sniffer] Add Generic.WhiteSpace.DisallowSpaceIndent
PHPBB3-11980
This commit is contained in:
parent
63ce04d565
commit
3944efe528
1 changed files with 3 additions and 0 deletions
|
@ -9,4 +9,7 @@
|
||||||
<!-- All code files MUST use the Unix LF (linefeed) line ending. -->
|
<!-- All code files MUST use the Unix LF (linefeed) line ending. -->
|
||||||
<rule ref="Generic.Files.LineEndings" />
|
<rule ref="Generic.Files.LineEndings" />
|
||||||
|
|
||||||
|
<!-- Tabs MUST be used for indentation -->
|
||||||
|
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent" />
|
||||||
|
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
|
Loading…
Add table
Reference in a new issue