about summary refs log tree commit diff stats
path: root/crates/termsize/rustfmt.toml
blob: a1f6495b28687ca975673fbd035294ba55fab7ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# yt - A fully featured command line YouTube client
#
# Copyright (C) 2025 softprops <d.tangren@gmail.com>
# SPDX-License-Identifier: MIT
#
# This file is part of Yt.
#
# You should have received a copy of the License along with this program.
# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.

# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#fn_params_layout
fn_params_layout = "Vertical"
# 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#format_code_in_doc_comments
format_code_in_doc_comments = true