IndentGuideSettings can be the content type because it doesn't have any Options

Mikayla Maki created

Change summary

crates/language/src/language_settings.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/language/src/language_settings.rs 🔗

@@ -88,7 +88,6 @@ pub struct LanguageSettings {
     /// Character counts at which to show wrap guides (vertical rulers) in the editor.
     pub wrap_guides: Vec<usize>,
     /// Indent guide related settings.
-    /// todo!() shouldthis be not the content type?
     pub indent_guides: IndentGuideSettings,
     /// Whether or not to perform a buffer format before saving.
     pub format_on_save: FormatOnSave,