cmdi 0.0.1-alpha.1

An opinionated command composer for mission-ready terminal maneuvers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# --- Core style ---

edition = "2021"

max_width = 100

tab_spaces = 4

use_field_init_shorthand = true



# --- Keep manual layout intact ---

use_small_heuristics = "Off"     # don't collapse things just because they "fit"

fn_call_width = 0                # never force multi-arg calls onto one line

struct_lit_width = 0

chain_width = 0

array_width = 0



# --- Predictable, minimal formatting changes ---

newline_style = "Unix"

reorder_imports = true

reorder_modules = true