github kamadorueda/alejandra 0.6.0

latest releases: 3.0.0, 2.0.0, 1.5.0...
2 years ago

Added

  • A --check flag, which makes Alejandra emit an exit code of 2
    if any file was changed during formatting.

    This means you can now use Alejandra in your CI/CD
    to ensure your code complies the Alejandra style.

Fixed

  • Multiline strings are handled as utf-8 correctly, preventing panics
    on utf-8 whitespace like:

      ''
      foo
    \u{2002}bar
    ''
  • All inputs and dependencies were updated to their latest version

What's Changed

Full Changelog: 0.5.0...0.6.0

Don't miss a new alejandra release

NewReleases is sending notifications on new releases.