commit | 49225497e55a7dde8e25ccfd56cba609ece19f98 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Sun Jul 01 23:02:35 2018 -0700 |
committer | Bill Wendling <morbo@google.com> | Sun Jul 01 23:02:35 2018 -0700 |
tree | d74dd599e193d7c0c6aa0c8c5b6a8ac83841a495 | |
parent | ca82cbe28d8c853cf89f97184b1cd919b8190a84 [diff] [blame] |
Add knob disabling comma ending heuristic
diff --git a/README.rst b/README.rst index 120acac..19ef0c2 100644 --- a/README.rst +++ b/README.rst
@@ -415,6 +415,10 @@ end_ts=now(), ) # <--- this bracket is dedented and on a separate line +``DISABLE_ENDING_COMMA_HEURISTIC`` + Disable the heuristic which places each list element on a separate line if + the list is comma-terminated. + ``EACH_DICT_ENTRY_ON_SEPARATE_LINE`` Place each dictionary entry onto its own line.