yapf v0.11.0 Release Notes

Release Date: 2016-07-17 // almost 8 years ago
  • โž• Added

    • The COALESCE_BRACKETS knob prevents splitting consecutive brackets when DEDENT_CLOSING_BRACKETS is set.
    • ๐Ÿ‘• Don't count "pylint" directives as exceeding the column limit.

    ๐Ÿ”„ Changed

    • We split all of the arguments to a function call if there's a named argument. In this case, we want to split after the opening bracket too. This makes things look a bit better.

    ๐Ÿ›  Fixed

    • ๐Ÿ’… When retaining format of a multiline string with Chromium style, make sure that the multiline string doesn't mess up where the following comma ends up.
    • Correct for when 'lib2to3' smooshes comments together into the same DEDENT node.