============================== Rule ``standardize_increment`` ============================== Increment and decrement operators should be used if possible. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New @@ -1,2 +1,2 @@