Skip to content

Commit

Permalink
trimmed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Dec 1, 2023
1 parent 523fbb5 commit 3f3ac85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/contributing_code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ We recommend that you use a Python Integrated Development Environment (IDE) (`Py
To apply the code formatting in an automated way, you can also use code formatters. External tools include `autopep8`_ and `yapf`_. Most IDEs either have their own code formatter or will work with one of the above through plugins.
See :ref:`format-darker` for notes on maintaining code style compliance with existing tools.


.. _`PEP8`: https://www.python.org/dev/peps/pep-0008/
.. _`flake8`: http://flake8.readthedocs.org/en/latest/
.. _`PyCharm`: https://www.jetbrains.com/pycharm/
Expand Down Expand Up @@ -529,7 +529,7 @@ Or if you're ok with the suggested formatting changes, just apply the suggested
.. _`black`: https://black.readthedocs.io/
.. _`issue #2450`: https://github.com/MDAnalysis/mdanalysis/issues/2450


.. _adding-code-to-mda:

------------------------------
Expand Down

0 comments on commit 3f3ac85

Please sign in to comment.