commit | 9f49752c8c98fdc15b58ee0135af9413e343e89a | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Sat Feb 04 04:39:47 2017 -0800 |
committer | Bill Wendling <morbo@google.com> | Sat Feb 04 04:39:47 2017 -0800 |
tree | ef9448987736386b1fb289f36909dfb437e91e74 | |
parent | 94962e597d0d318d83fccb2490c8dd5fb27a235d [diff] [blame] |
Add blank line before class's docstring. Closes #358
diff --git a/README.rst b/README.rst index 6cbd0ce..6abb80d 100644 --- a/README.rst +++ b/README.rst
@@ -301,6 +301,9 @@ def method(): pass +``BLANK_LINE_BEFORE_CLASS_DOCSTRING`` + Insert a blank line before a class-level docstring. + ``COALESCE_BRACKETS`` Do not split consecutive brackets. Only relevant when ``DEDENT_CLOSING_BRACKETS`` is set. For example: