From cfc8e84f30a7b97928eb43e59bc398085564b3b4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 6 Jun 2025 18:06:24 +0200 Subject: chore(treewide): Comply with the reuse spec v3.3 --- rustfmt_config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'rustfmt_config.toml') diff --git a/rustfmt_config.toml b/rustfmt_config.toml index 044f5fb..b0d2212 100644 --- a/rustfmt_config.toml +++ b/rustfmt_config.toml @@ -1,3 +1,14 @@ +# Back - An extremely simple git bug visualization system. Inspired by TVL's +# panettone. +# +# Copyright (C) 2025 Benedikt Peetz +# SPDX-License-Identifier: AGPL-3.0-or-later +# +# This file is part of Back. +# +# You should have received a copy of the License along with this program. +# If not, see . + max_width = 100 hard_tabs = false tab_spaces = 4 -- cgit 1.4.1