rust/hg-core/rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 11 Dec 2018 21:57:54 -0500
changeset 40928 576474baa209
parent 40271 dbc28c91f7ff
permissions -rw-r--r--
win32: close the handles associated with a spawned child process Probably not a big deal because at this point, the call is only used when spawning a daemonized server. In that case, the parent process goes away first, so it won't prevent the child from being cleaned up.

max_width = 79
wrap_comments = true
error_on_line_overflow = true