mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Add new argument for fixed formatter
This commit is contained in:
@@ -662,6 +662,8 @@ pub enum FormatOptions {
|
||||
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,
|
||||
/// If a line break occurs in the middle of some symbols, bring the sentence to next line
|
||||
break_with_sentence: bool,
|
||||
},
|
||||
/// Do not wrap line
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user