Two formatting passes for one file. Minify squeezes a .env into pure KEY=value lines — perfect for pasting into a secret manager or a compact snapshot. Beautify does the opposite: KEY = value spacing, trimmed lines, preserved comments, and blank runs collapsed to single separators.
Both passes preserve meaning — quoting is untouched — so the file stays valid whichever direction you go.