summaryrefslogtreecommitdiff
path: root/.rustfmt.toml
blob: 3f6431a878e7f745ca51cdfb9192552e08cd3cf8 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: 2019-2020 Heiko Schaefer <heiko@schaefer.name>
# SPDX-License-Identifier: CC0-1.0

# The following configuration gives warnings in stable rust versions since
# they're unstable (Jan 2020).
max_width = 79
comment_width = 79
#report_fixme = "Always"