jfaixo / cargo-merge

A cargo subcommand to merge the source code of a crate into a single file.
MIT License
1 stars 1 forks source link

Add an option to minify the source code by removing indentation #4

Open jfaixo opened 3 years ago

jfaixo commented 3 years ago

In order to gain space, add CLI options that allow to minify the code by simply removing indentation, while preserving line breaks.