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

@@ -168,6 +168,7 @@ impl Script for BGIScript {
length: 32,
keep_original: false,
break_words: false,
insert_fullwidth_space_at_line_start: true,
}
}
}