mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
[task/code-sniffer] Add Generic.WhiteSpace.DisallowSpaceIndent
PHPBB3-11980
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user