From 6853b3f76a10add4b04a689348fbe6ce72ef0e62 Mon Sep 17 00:00:00 2001 From: Ann Paul Date: Sat, 14 Oct 2017 18:10:25 -0700 Subject: Maintain alphabetical ordering --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.rst b/docs/intro.rst index 51ec758..9af82da 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -196,10 +196,10 @@ Else if :envvar:`XDG_CONFIG_HOME` is not defined: Example:: [pycodestyle] + count = False ignore = E226,E302,E41 max-line-length = 160 statistics = True - count = False At the project level, a ``setup.cfg`` file or a ``tox.ini`` file is read if present. If none of these files have a ``[pycodestyle]`` section, no project -- cgit v1.2.1