Consolidate formating
This commit is contained in:
@@ -38,7 +38,7 @@ with open("u_vga16.termfont.inc", "w") as fp:
|
||||
|
||||
for codepoint in range(32, 127): # ONLY SAVE ASCII (for now)
|
||||
fp.write("\t{" + ", ".join([f"0x{v:02X}" for v in chars.get(codepoint, [])]) + "},\n")
|
||||
|
||||
|
||||
fp.write("};")
|
||||
EOF
|
||||
|
||||
|
||||
@@ -13,6 +13,6 @@ services:
|
||||
image: thomasloven/mittos-run
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.run
|
||||
dockerfile: Dockerfile.run
|
||||
volumes:
|
||||
- ..:/opt
|
||||
Reference in New Issue
Block a user