rust/hg-core/rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 07 Nov 2018 10:29:38 -0800
changeset 40611 0df4d93fdc27
parent 40271 dbc28c91f7ff
permissions -rw-r--r--
tests: replace `tac` reimplementation by `sort -r` `sort -r` is better code "formatter" than `tac` since it's stable. It's also portable so we don't need to reimplement it in Python. Differential Revision: https://phab.mercurial-scm.org/D5239

max_width = 79
wrap_comments = true
error_on_line_overflow = true