fif/rustfmt.toml

12 lines
243 B
TOML
Raw Permalink Normal View History

2021-10-05 14:24:08 +00:00
# SPDX-FileCopyrightText: 2021 Lynnesbian
# SPDX-License-Identifier: CC0-1.0
max_width = 120
2021-05-05 23:06:05 +00:00
fn_single_line = true
hard_tabs = true
tab_spaces = 2
newline_style = "Unix"
2021-10-05 14:24:08 +00:00
group_imports = "StdExternalCrate"
2021-11-05 15:30:34 +00:00
array_width = 100
fn_call_width = 80