======================== 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'``, ``'pre'`` Default value: ``'pre'`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New @@ -1,3 +1,3 @@ 'post']``. .. code-block:: diff --- Original +++ New @@ -1,3 +1,3 @@