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

@@ -878,6 +878,8 @@ pub enum FormatOptions {
#[cfg(feature = "jieba")]
/// Path to custom jieba dictionary
jieba_dict: Option<String>,
/// Do not remove space at the start of the line
no_remove_space_at_line_start: bool,
},
/// Do not wrap line
None,