yapf v0.25.0 Release Notes

Release Date: 2018-11-25 // over 5 years ago
  • โž• Added

    • Added INDENT_BLANK_LINES knob to select whether the blank lines are empty or indented consistently with the current block.
    • ๐Ÿ‘Œ Support additional file exclude patterns in .yapfignore file. ### ๐Ÿ›  Fixed
    • Correctly determine if a scope is the last in line. It avoids a wrong computation of the line end when determining if it must split after the opening bracket with DEDENT_CLOSING_BRACKETS enabled.