pub const TAB_SIZE_MIN: usize = 1;Expand description
Supported indent-width range (0051 R08): manual :tab-size
overrides AND the tab_size config value. Zero would make Tab a
no-op with a hangover of stale guides; huge values are allocation
and layout hazards — both are refused visibly, never clamped
silently.