##// END OF EJS Templates
py3: add r'' prefixes and do ('%d' % int) instead of str(int)...
py3: add r'' prefixes and do ('%d' % int) instead of str(int) This addresses more failures related to zeroconf on py3. Differential Revision: https://phab.mercurial-scm.org/D6510

File last commit:

r41001:5532823e default
r42753:683aeef1 default
Show More
rustfmt.toml
3 lines | 66 B | text/plain | TOMLLexer
max_width = 79
wrap_comments = true
error_on_line_overflow = true