Skip to content

Commit 6853b3f

Browse files
author
Ann Paul
committed
Maintain alphabetical ordering
1 parent 373179b commit 6853b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ Else if :envvar:`XDG_CONFIG_HOME` is not defined:
196196
Example::
197197

198198
[pycodestyle]
199+
count = False
199200
ignore = E226,E302,E41
200201
max-line-length = 160
201202
statistics = True
202-
count = False
203203

204204
At the project level, a ``setup.cfg`` file or a ``tox.ini`` file is read if
205205
present. If none of these files have a ``[pycodestyle]`` section, no project

0 commit comments

Comments
 (0)