Paste your .env file, and the tool sorts the keys alphabetically, keeps comments grouped with their variables, and drops empty lines.
Every KEY=VALUE line is sorted alphabetically by the key name using a case-aware comparison, making variables easy to find and diffs smaller.
Comment lines starting with # are collected and placed at the top of the output so notes and section headers aren't lost.
No. Only the order of lines changes. Each key and its exact value are preserved; empty lines are simply removed.