summaryrefslogtreecommitdiff
path: root/cliapp/fmt.py
AgeCommit message (Expand)AuthorFilesLines
2015-04-18Run pep8 in "make check" and fix so it passesLars Wirzenius1-2/+0
2013-06-09Remove trailing whitespace from ends of linesLars Wirzenius1-8/+8
2013-01-19Ensure empty lines before and after bullet listsLars Wirzenius1-3/+19
2013-01-19Collapse sequences of spaces into one spaceLars Wirzenius1-3/+5
2013-01-19Support bulleted listsLars Wirzenius1-16/+60
2013-01-19Always add trailing newline if input is not emptyLars Wirzenius1-2/+13
2013-01-19Format each paragraph separatelyLars Wirzenius1-3/+11
2013-01-19Make sure output ends with newline, if input didLars Wirzenius1-1/+5
2013-01-19Implement basic re-filling using textwrapLars Wirzenius1-1/+5
2013-01-19Start a text formatting classLars Wirzenius1-0/+36