simple tool to format plaintext files
| .gitignore | initial commit | |
| go.mod | initial commit | |
| license | initial commit | |
| main.go | cool bars | |
| readme.md | -.- | |
format
this is a really simple tool to format plaintext files nicely.
it does the following to every file you provide it:
- remove whitespace in lines that are otherwise empty;
- remove trailing whitespace;
- add proper line endings to every line (both unix-style line endings (
\n) and windows-style endings (\r\n) can be done).
for more info, run ./main -h.
licensed under the mit license.