mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-09 06:18:46 +08:00
Allow fixed formatter to keep space at line start
This commit is contained in:
@@ -188,6 +188,7 @@ impl Script for BGIScript {
|
||||
break_chinese_words: true,
|
||||
#[cfg(feature = "jieba")]
|
||||
jieba_dict: None,
|
||||
no_remove_space_at_line_start: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -224,6 +224,7 @@ impl Script for CircusMesScript {
|
||||
break_chinese_words: true,
|
||||
#[cfg(feature = "jieba")]
|
||||
jieba_dict: None,
|
||||
no_remove_space_at_line_start: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user