##// END OF EJS Templates
templates: make {indent("", " ")} be empty...
templates: make {indent("", " ")} be empty indent() is documented to indent all non-empty lines, but it made an exception for the first line, which always got indented. I also made indent() not indent the first line even if an indent override was given for the first line. I think that is what one would usually want. Differential Revision: https://phab.mercurial-scm.org/D7432

File last commit:

r41001:5532823e default
r44093:fa246ada default
Show More
rustfmt.toml
3 lines | 66 B | text/plain | TOMLLexer
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 max_width = 79
wrap_comments = true
error_on_line_overflow = true