# yt - A fully featured command line YouTube client # # Copyright (C) 2025 Benedikt Peetz # SPDX-License-Identifier: GPL-3.0-or-later # # 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#imports_granularity imports_granularity = "Crate" group_imports = "StdExternalCrate" # https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#format_code_in_doc_comments format_code_in_doc_comments = true style_edition = "2024" edition = "2024" wrap_comments = true format_strings = true error_on_line_overflow = true error_on_unformatted = true format_macro_matchers = true reorder_impl_items = true