🏗️ Elegant & Highly Performant Async Gemini Server Framework for the Modern Age
async framework gemini-protocol protocol gemini rust
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(rustfmt): remove deprecated configuration

Fuwn fb110e3b 49cd0660

-20
-17
.license_template
··· 1 - // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) {20\d{2}(-20\d{2})?} Fuwn <contact@fuwn.me> 3 - // 4 - // This program is free software: you can redistribute it and/or modify 5 - // it under the terms of the GNU General Public License as published by 6 - // the Free Software Foundation, version 3. 7 - // 8 - // This program is distributed in the hope that it will be useful, but 9 - // WITHOUT ANY WARRANTY; without even the implied warranty of 10 - // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - // General Public License for more details. 12 - // 13 - // You should have received a copy of the GNU General Public License 14 - // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 - // 16 - // Copyright (C) {20\d{2}(-20\d{2})?} Fuwn <contact@fuwn.me> 17 - // SPDX-License-Identifier: GPL-3.0-only
-3
rustfmt.toml
··· 9 9 format_macro_matchers = true 10 10 format_strings = true 11 11 imports_layout = "HorizontalVertical" 12 - license_template_path = ".license_template" 13 12 max_width = 80 14 13 match_arm_blocks = false 15 14 imports_granularity = "Crate" ··· 19 18 reorder_impl_items = true 20 19 group_imports = "StdExternalCrate" 21 20 reorder_modules = true 22 - report_fixme = "Always" 23 - # report_todo = "Always" 24 21 struct_field_align_threshold = 20 25 22 struct_lit_single_line = false 26 23 tab_spaces = 2