Adjust indent amount

This commit is contained in:
Isaac Mills 2024-04-19 11:33:11 -04:00
parent e555f2fa77
commit a0b301e422
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -42,7 +42,7 @@ pub struct Indent {
pub indent: f32,
}
pub const INDENT_AMOUNT: f32 = 32.0;
pub const INDENT_AMOUNT: f32 = 16.0;
impl<'a, 'b, T: Iterator<Item = Event<'a>>> Iterator for JotdownIntoBuffer<'a, 'b, T> {
type Item = (&'a str, Attrs<'static>);