pub fn get_setting_for_format(
state: &EiteState,
format: &str,
direction: &str,
key: &str,
) -> Result<String>Expand description
Return the value string for a single setting key, or “” if not present.
(Original: getSettingForFormat)