Last active
April 3, 2020 21:36
-
-
Save klnjmm/b5e50af151bb96650fdf01e357fef044 to your computer and use it in GitHub Desktop.
PHP CodeSniffer Indentation Rule
This file contains 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
<rule ref="Generic.Metrics.NestingLevel"> | |
<properties> | |
<property name="nestingLevel" value="2" /> | |
<property name="absoluteNestingLevel" value="3" /> | |
</properties> | |
</rule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment