summaryrefslogtreecommitdiff
path: root/prettyml
AgeCommit message (Collapse)AuthorFilesLines
2021-03-12reformat: prettymlLars Wirzenius1-4/+5
2018-03-17Fix: represent long string with the | styleLars Wirzenius1-0/+10
2018-03-17Change: load using CSafeLoader, for speedLars Wirzenius1-1/+1
With a 9 MiB input file with 10,000 dicts, SafeLoader loads it in about 10 seconds on my laptop, CSafeLoader in about 0.5 seconds. That's a 20x speed improvement with a one-character change.
2018-03-17Change: prettyml to use Python3Lars Wirzenius1-1/+2
2016-07-11Make pretty* read from stdin by defaultLars Wirzenius1-3/+10
2016-02-29Add prettyml, prettysonLars Wirzenius1-0/+11