15 lines
No EOL
393 B
TOML
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 |