pub const OLS_CONFING_CONTENTS: &str = r#"{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"enable_format": true,
"enable_semantic_tokens": true,
"enable_document_symbols": true,
"enable_hover": true,
"enable_snippets": true
}
"#;
pub const ODINFMT_CONFING_CONTENTS: &str = r#"{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/odinfmt.schema.json",
"character_width": 80,
"newline_limit": 1,
"tabs": true,
"tabs_width": 4
"sort_imports": false,
}
"#;