##// END OF EJS Templates
examples: add an example configuration for go source files...
Augie Fackler -
r44373:b78795c2 default
parent child Browse files
Show More
@@ -7,3 +7,8 b' rustfmt:pattern = set:**.rs'
7
7
8 black:command = black --config=black.toml -
8 black:command = black --config=black.toml -
9 black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**"
9 black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**"
10
11 # Mercurial doesn't have any Go code, but if we did this is how we
12 # would configure `hg fix` for Go:
13 go:command = gofmt
14 go:pattern = set:**.go
General Comments 0
You need to be logged in to leave comments. Login now