Allow fixed formatter to keep space at line start

This commit is contained in:
2026-01-24 12:07:57 +08:00
parent c6b5bcef60
commit b8e004bff6
7 changed files with 39 additions and 1 deletions

View File

@@ -188,6 +188,7 @@ impl Script for BGIScript {
break_chinese_words: true,
#[cfg(feature = "jieba")]
jieba_dict: None,
no_remove_space_at_line_start: false,
}
}
}

View File

@@ -224,6 +224,7 @@ impl Script for CircusMesScript {
break_chinese_words: true,
#[cfg(feature = "jieba")]
jieba_dict: None,
no_remove_space_at_line_start: false,
}
}