forked from buzzert/smartbar
initial commit: vibe coded compiler
This commit is contained in:
7
internal/config/config.go
Normal file
7
internal/config/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
// Centralized physical page size in inches. Change here to retarget the whole system.
|
||||
var (
|
||||
PageWidthIn = 5.5
|
||||
PageHeightIn = 8.5
|
||||
)
|
||||
Reference in New Issue
Block a user