Bill Wendling

Results 83 comments of Bill Wendling

@gregwym Thanks for the examples. I have some further questions now. When we add tabs for indentation (as opposed to continuations), it's based off of the "indent level". However, when...

Sorry, I'll change that. In the meantime, you can set up a `.style.yapf` in the base directory of your project. In it, you will have something like: ``` [style] based_on_style...

I would like to know how often this is done before putting a lot of effort into it...:-)

As long as it remained an option, I'd be fine with it. If someone would like to contribute it, that would be keen. :-)

I don't think anyone's working on it at the moment. Please give it a shot! :-)

Does the same hold true for a function call? ```python bork(test_function, settings,) ```

It's technically correct (the best *kind* of correct!). The value of each dictionary entry is on the same line as the key. What's happening is that the dictionary itself has...

If you look at the section in `MustSplit()` that starts with `EACH_DICT_ENTRY_ON_SEPARATE_LINE`, you'll find where some of this logic is being calculated I think. As you can see, the logic...

This has some random reformatting, but it doesn't look like it actually implements the new knob.

You have a lot of changes in testcases that aren't relevant to this patch. Could you go back and check them?