# Copyright (C) 2024 Daniel Mueller <deso@posteo.net>
# SPDX-License-Identifier: CC0-1.0
blank_lines_lower_bound = 0
blank_lines_upper_bound = 2
edition = "2021"
imports_granularity = "item"
match_block_trailing_comma = true
tab_spaces = 2
trailing_semicolon = false
wrap_comments = true
comment_width = 80