rustfmt.toml
author Manuel Jacob <me@manueljacob.de>
Wed, 01 Jun 2022 02:21:41 +0200
changeset 49311 defc369d705e
parent 45620 426294d06ddc
permissions -rw-r--r--
py3: catch specific OSError subclasses instead of checking errno On Python 3, the "not a directory" error is mapped to ENOTDIR instead of EINVAL. Therefore, catching the NotADirectoryError subclass is sufficient.

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