Consolidate formating

This commit is contained in:
2022-01-17 00:38:43 +01:00
parent 121858ee31
commit f9b7390923
29 changed files with 139 additions and 354 deletions

View File

@@ -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

View File

@@ -13,6 +13,6 @@ services:
image: thomasloven/mittos-run
build:
context: .
dockerfile: Dockerfile.run
dockerfile: Dockerfile.run
volumes:
- ..:/opt