mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-30 18:30:30 +08:00
Allow fixed formatter to keep space at line start
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user