rustfmt.toml
author Corey Schuhen <cschuhen@topcon.com>
Wed, 10 Mar 2021 15:24:52 +1000
branchstable
changeset 46678 0d055849d5f9
parent 45620 426294d06ddc
permissions -rw-r--r--
enclink: check contents of symlinks not just size in case of fcrypt Check content of symlinks because st_size may indicate the size of encrypted data which does not match actual link value. Differential Revision: https://phab.mercurial-scm.org/D10146

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