##// END OF EJS Templates
examples: include a sample of how to use black with fix...
Augie Fackler -
r43335:31c1a537 default
parent child Browse files
Show More
@@ -4,3 +4,7 b' clang-format:pattern = (**.c or **.cc or'
4
4
5 rustfmt:command = rustfmt {rootpath}
5 rustfmt:command = rustfmt {rootpath}
6 rustfmt:pattern = set:**.rs
6 rustfmt:pattern = set:**.rs
7
8 # We use black, but currently with https://github.com/psf/black/pull/826 applied.
9 # black:command = black --skip-string-normalization
10 # black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"
General Comments 0
You need to be logged in to leave comments. Login now