Fix display of tabs in code blocks (#463)

This commit is contained in:
VAWVAW 2025-06-17 01:30:07 +00:00 committed by GitHub
parent 33d3407694
commit 9e40b49e5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 36 additions and 4 deletions

View file

@ -198,6 +198,7 @@ pub fn mock_tunables() -> TunableValues {
},
image_preview: None,
user_gutter_width: 30,
tabstop: 4,
}
}