commit | 9dc7908845281d13f84d42e42ec40486a7d25db0 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Tue May 10 00:23:53 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Tue May 10 00:23:53 2016 -0700 |
tree | 874e2ee02fc3f8b701ce9ca5018815cfadedb7f0 | |
parent | 3e15d008bb12f8910f09f3d9d0e8232bfa2a1469 [diff] [blame] |
Add a knob to allow spaces around the power op Closes #247
diff --git a/README.rst b/README.rst index 04a3396..9adf63b 100644 --- a/README.rst +++ b/README.rst
@@ -357,6 +357,9 @@ Insert a space between the ending comma and closing bracket of a list, etc. +``SPACES_AROUND_POWER_OPERATOR`` + Set to ``True`` to prefer using spaces around ``**``. + ``SPACES_BEFORE_COMMENT`` The number of spaces required before a trailing comment.