yapf v0.5.0 Release Notes

Release Date: 2015-10-11 // over 8 years ago
  • โž• Added

    • โž• Add option to exclude files/directories from formatting.
    • โž• Add a knob to control whether import names are split after the first '('.

    ๐Ÿ›  Fixed

    • Indent the continuation of an if-then statement when it's not distinguished from the body of the if-then.
    • ๐Ÿ‘ Allow for sensible splitting of array indices where appropriate.
    • Prefer to not split before the ending bracket of an atom. This produces better code in most cases.
    • Corrected how horizontal spaces were presevered in a disabled region.