Allow overriding editor settings on a per-language basis
This commit is contained in:
parent
e0998dbfda
commit
93de2bcfed
9 changed files with 88 additions and 30 deletions
|
@ -275,6 +275,7 @@ impl FileFinder {
|
|||
EditorSettings {
|
||||
style: settings.theme.selector.input_editor.as_editor(),
|
||||
tab_size: settings.tab_size,
|
||||
soft_wrap: editor::SoftWrap::None,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue