commit | 5c608736161f9f68f27d1de99ed2d4eb300f81e3 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Sat Oct 10 23:39:16 2015 -0700 |
committer | Bill Wendling <morbo@google.com> | Sat Oct 10 23:39:16 2015 -0700 |
tree | b504fcd9cc76a4adafd1627dc851d7548e9aacfd | |
parent | 1ce18c7aeb83b431e4139e765640614e24cfc13c [diff] |
Add a knob SPLIT_PENALTY_IMPORT_NAMES This controls whether an import statement that goes over 80 columns will begin on the same line as the '(' or start on the following line. Closes #84