view rustfmt.toml @ 49056:7ea2bd2043d1

test: override default cipher selection when connecting to TLS 1.0/1.1 servers The default set of ciphers on python 3.10 is incompatible with old TLS versions. Differential Revision: https://phab.mercurial-scm.org/D12490
author Julien Cristau <jcristau@debian.org>
date Sat, 09 Apr 2022 14:28:17 +0200
parents 426294d06ddc
children
line wrap: on
line source

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true