##// END OF EJS Templates
py3: suppress DeprecationWarning about deprecated base64 module aliases...
py3: suppress DeprecationWarning about deprecated base64 module aliases base64.encodestring() / base64.decodestring() were renamed to base64.encodebytes() / base64.decodebytes() in Python 3. The old names still worked, but raised a DeprecationWarning.

File last commit:

r41001:5532823e default
r45494:de7bdb0e stable
Show More
rustfmt.toml
3 lines | 66 B | application/toml | TOMLLexer
max_width = 79
wrap_comments = true
error_on_line_overflow = true