Define project settings in project crate

This commit is contained in:
Max Brunsfeld 2023-05-16 17:45:04 -07:00
parent 65e3713d4d
commit cbd4771f10
17 changed files with 59 additions and 27 deletions

View file

@ -25,10 +25,7 @@ impl Setting for EditorSettings {
default_value: &Self::FileContent,
user_values: &[&Self::FileContent],
_: &gpui::AppContext,
) -> anyhow::Result<Self>
where
Self: Sized,
{
) -> anyhow::Result<Self> {
Self::load_via_json_merge(default_value, user_values)
}
}