======================== Rule ``increment_style`` ======================== Pre- or post-increment and decrement operators should be used if possible. Configuration ------------- ``style`` ~~~~~~~~~ Whether to use pre- or post-increment and decrement operators. Allowed values: ``'post'`` and ``'pre'`` Default value: ``'pre'`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New 'post']``. .. code-block:: diff --- Original +++ New `_ - `@Symfony <./../../ruleSets/Symfony.rst>`_