-
Notifications
You must be signed in to change notification settings - Fork 2
/
.rustfmt.toml
25 lines (17 loc) · 969 Bytes
/
.rustfmt.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-FileCopyrightText: The djio authors
# SPDX-License-Identifier: CC0-1.0
# Only add deviations from the default settings!
# Consistently use a single edition for all workspace crates, should match Cargo.toml
edition = "2021"
# <https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#imports_granularity>
#imports_granularity = "Crate"
# <https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#group_imports>
#group_imports = "StdExternalCrate"
# <https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#use_field_init_shorthand>
#use_field_init_shorthand = true
# <https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#use_try_shorthand>
#use_try_shorthand = true
# <https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#format_strings>
#format_strings = true
# <https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#format_code_in_doc_comments>
#format_code_in_doc_comments = true