strom/rust-dewpoint
Template
1
0
Fork 0
rust-dewpoint/rustfmt.toml
Thorsten Schubert 5a89ccee26
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial commit
2023-09-09 15:47:43 +02:00

15 lines
394 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