tcpasters/.rustfmt.toml
Thorsten Schubert 3a9b9b748f
All checks were successful
/ build (push) Successful in 2m48s
Renovate container build script
2024-08-16 16:07:44 +02:00

15 lines
No EOL
393 B
TOML

# SPDX-License-Identifier: AGPL-3.0-or-later
# Copyright © 2022 Thorsten Schubert <tschubert@bafh.org>
comment_width = 100
condense_wildcard_suffixes = true
edition = "2021"
format_macro_matchers = true
format_strings = true
group_imports = "StdExternalCrate"
max_width = 100
newline_style = "Unix"
tab_spaces = 4
unstable_features = true
use_field_init_shorthand = true
wrap_comments = true