mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-12 07:58:48 +08:00
feat: add new fixed formatter option
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user