Skip to content

Commit

Permalink
Clarify global config file documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Yurchuk committed Mar 16, 2019
1 parent 462069e commit c2ac1fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,10 @@ Or with options:
Configuration
=============

By default, if ``$HOME/.config/.pycodestyle`` (``~\.pycodestyle`` in Windows
environment) exists, it will be used as global configuration file. It can
specify the configuration file with the ``--global-config`` option.
By default, if ``$HOME/.config/pycodestyle`` (``~\.pycodestyle`` in Windows
environment) exists, it will be used as global configuration file.
Alternatively, you can specify the global configuration file with the
``--global-config`` option.

Also, if ``setup.cfg``, ``tox.ini``, ``.pep8`` and ``.flake8`` files exist
in the directory where the target file exists, it will be used as the
Expand Down

0 comments on commit c2ac1fa

Please sign in to comment.