Martchus / formatter

Small utility that formats the given input according to specified options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formatter

A small utility that formats the given input according to specified options.

It basically allows to rewrap text at a specified line length preserving list indentation.

I mainly created this program to learn the Rust programming language. So at this point it is probably fairly incomplete and buggy.

Copyright notice and license

Copyright © 2023-2024 Marius Kittler

All code is licensed under GPL-2-or-later.

About

Small utility that formats the given input according to specified options

License:GNU General Public License v2.0


Languages

Language:Rust 100.0%