summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason Ansel <jansel@locu.com>2013-06-08 22:29:52 +0000
committerBuck Evan <bukzor@google.com>2020-11-18 10:50:57 -0800
commitc060b1c1f46b126a5f0c429701f30f2e7e800815 (patch)
treec5eda48ab614b299e79eaffb9eca07c00cb40087 /docs
parent07b113bdb43524181ec828a3b9da009a388c2161 (diff)
downloadpep8-c060b1c1f46b126a5f0c429701f30f2e7e800815.tar.gz
Support for space indents with size other than 4
This is an updated revision of pull requests #206 and #524
Diffstat (limited to 'docs')
-rw-r--r--docs/intro.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 991db47..7945053 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -159,6 +159,7 @@ Quick help is available on the command line::
--max-line-length=n set maximum allowed line length (default: 79)
--max-doc-length=n set maximum allowed doc line length and perform these
checks (unchecked if not set)
+ --indent-size=n set how many spaces make up an indent (default: 4)
--hang-closing hang closing bracket instead of matching indentation of
opening bracket's line
--format=format set the error format [default|pylint|<custom>]