Allow overriding editor settings on a per-language basis

This commit is contained in:
Antonio Scandurra 2021-11-29 09:35:38 +01:00
parent e0998dbfda
commit 93de2bcfed
9 changed files with 88 additions and 30 deletions

View file

@ -69,6 +69,7 @@ impl ThemeSelector {
EditorSettings {
tab_size: settings.tab_size,
style: settings.theme.selector.input_editor.as_editor(),
soft_wrap: editor::SoftWrap::None,
}
}
},