9 lines
206 B
TOML
9 lines
206 B
TOML
# SPDX-FileCopyrightText: 2021 Lynnesbian
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
max_width = 120
|
|
fn_single_line = true
|
|
hard_tabs = true
|
|
tab_spaces = 2
|
|
newline_style = "Unix"
|
|
group_imports = "StdExternalCrate"
|