nixfmt v0.5.0 Release Notes
Release Date: 2022-03-15 // over 2 years ago-
- โ Add a nix flake to the nixfmt project.
- โ Add a --verify flag to check idempotency.
- ๐ Support nix path (
./${foo}.nix
) interpolations. - ๐ Fix escaping of interpolations after single quotes.
- ๐ Fix handling of multiline strings with spaces in the last line.
Previous changes from v0.4.0
-
- Report non-conforming files on the same line to aid line-oriented processing.
- ๐ Fix help, summary, and version flag contents.
- ๐ Fix indentation of leading comments in parens.