pub type WsRule = u32;Expand description
core.whitespace rule mask. The low 6 bits encode the tab width (git
supports up to 63); the high bits are the individual error rules.
This mirrors git’s unsigned ws_rule exactly so the bit values match
git’s ws.h constants byte-for-byte.