pub fn core_allowed_suffix(key: &str) -> Option<String>Expand description
If key is core.<x> (section matched case-insensitively) with <x> an
allowlisted inert key, return the canonical lowercase suffix. git lowercases
both the section and the variable name, so Core.AutoCRLF → autocrlf.