mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Make settings fields that can be overridden private
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
cc78ae14d4
commit
b9edde7b26
@ -9,9 +9,9 @@ pub struct Settings {
|
||||
pub buffer_font_family: FamilyId,
|
||||
pub buffer_font_size: f32,
|
||||
pub tab_size: usize,
|
||||
pub soft_wrap: SoftWrap,
|
||||
pub preferred_line_length: u32,
|
||||
pub overrides: HashMap<String, Override>,
|
||||
soft_wrap: SoftWrap,
|
||||
preferred_line_length: u32,
|
||||
overrides: HashMap<String, Override>,
|
||||
pub theme: Arc<Theme>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user