Move all default settings from source code into the JSON file
This commit is contained in:
parent
e51dc25e1d
commit
ec8a493700
7 changed files with 70 additions and 58 deletions
|
@ -983,7 +983,7 @@ pub mod tests {
|
|||
language.set_theme(&theme);
|
||||
cx.update(|cx| {
|
||||
let mut settings = Settings::test(cx);
|
||||
settings.language_settings.tab_size = Some(2.try_into().unwrap());
|
||||
settings.editor_defaults.tab_size = Some(2.try_into().unwrap());
|
||||
cx.set_global(settings);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue