1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 22:45:02 +02:00

[task/code-sniffer] Add Generic.WhiteSpace.DisallowSpaceIndent

PHPBB3-11980
This commit is contained in:
Andreas Fischer 2013-10-30 01:15:57 +01:00
parent 63ce04d565
commit 3944efe528

View File

@ -9,4 +9,7 @@
<!-- All code files MUST use the Unix LF (linefeed) line ending. -->
<rule ref="Generic.Files.LineEndings" />
<!-- Tabs MUST be used for indentation -->
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent" />
</ruleset>