alf_tui 0.5.0

A smolderingly-nimble Rust TUI to rediscover your custom shell.
Documentation
edition = "2021"

# brace_style = "PreferSameLine"
color = "Always"
comment_width = 120
control_brace_style = "AlwaysSameLine"
empty_item_single_line = true
fn_params_layout = "Vertical"          # or use "Tall" if "Vertical" is too much
fn_single_line = true
force_multiline_blocks = true
format_generated_files = false
# format_strings = false
group_imports = "Preserve"
hard_tabs = false
imports_granularity = "Module"
imports_indent = "Block"
imports_layout = "HorizontalVertical"
indent_style = "Block"
inline_attribute_width = 0
match_arm_blocks = true
match_arm_leading_pipes = "Never"
match_block_trailing_comma = true
max_width = 120
newline_style = "Auto"
normalize_comments = false
remove_nested_parens = true
reorder_imports = true
reorder_modules = true
space_after_colon = true
space_before_colon = false
spaces_around_ranges = true
struct_lit_single_line = false
struct_lit_width = 0
tab_spaces = 3
trailing_comma = "Vertical"
trailing_semicolon = true
type_punctuation_density = "Wide"
use_field_init_shorthand = true
use_small_heuristics = "Max"
use_try_shorthand = true