added all-bit-i config option

This commit is contained in:
2024-06-13 12:48:26 +02:00
parent 06f4a2ec5b
commit a51c6a976d
5 changed files with 26 additions and 9 deletions

View File

@ -22,7 +22,8 @@
left-labels: false,
width: 1200,
height: 800,
full-page: false
full-page: false,
all-bit-i: true
) = {
return (
default-font-family: default-font-family,
@ -48,7 +49,8 @@
left-labels: left-labels,
width: width,
height: height,
full-page: full-page
full-page: full-page,
all-bit-i: all-bit-i
)
}