feat: add new fixed formatter option

This commit is contained in:
2025-09-01 18:50:27 +08:00
parent 94b489f412
commit 3469f6babb
7 changed files with 153 additions and 14 deletions

View File

@@ -583,6 +583,8 @@ pub enum FormatOptions {
keep_original: bool,
/// Whether to break words(ASCII only) at the end of the line
break_words: bool,
/// Whether to insert a full-width space after a line break when a sentence starts with a full-width quotation mark.
insert_fullwidth_space_at_line_start: bool,
},
/// Do not wrap line
None,