From 9da970f1f44f19432680e255f91f73fbb8fbe3c8 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 16 Feb 2025 10:10:07 +0100 Subject: chore(crates/termsize): Vendor --- crates/termsize/rustfmt.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 crates/termsize/rustfmt.toml (limited to 'crates/termsize/rustfmt.toml') diff --git a/crates/termsize/rustfmt.toml b/crates/termsize/rustfmt.toml new file mode 100644 index 0000000..a1f6495 --- /dev/null +++ b/crates/termsize/rustfmt.toml @@ -0,0 +1,16 @@ +# yt - A fully featured command line YouTube client +# +# Copyright (C) 2025 softprops +# 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://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 \ No newline at end of file -- cgit 1.4.1