diff options
Diffstat (limited to 'rustfmt_config.toml')
-rw-r--r-- | rustfmt_config.toml | 11 |
1 files changed, 11 insertions, 0 deletions
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 <benedikt.peetz@b-peetz.de> +# 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 <https://www.gnu.org/licenses/agpl.txt>. + max_width = 100 hard_tabs = false tab_spaces = 4 |