fmt: break-separators=before; + wip Future_sign_key

This commit is contained in:
swrup 2025-10-06 21:42:24 +02:00
parent 68b5e6608a
commit c991f29b28
7 changed files with 51 additions and 32 deletions

View file

@ -10,11 +10,11 @@ end
module Mimetype = struct
let mimetype_extension_assoc =
[
(("text", "plain"), ".txt"); (("text", "markdown"), ".md")
; (("text", "html"), ".html"); (("text", "html"), ".htm")
; (("application", "pdf"), ".pdf"); (("image", "jpeg"), ".jpg")
; (("image", "jpeg"), ".jpeg"); (("image", "png"), ".png")
; (("image", "gif"), ".gif")
(("text", "plain"), ".txt"); (("text", "markdown"), ".md");
(("text", "html"), ".html"); (("text", "html"), ".htm");
(("application", "pdf"), ".pdf"); (("image", "jpeg"), ".jpg");
(("image", "jpeg"), ".jpeg"); (("image", "png"), ".png");
(("image", "gif"), ".gif");
]
let mimetype_l, _ = List.split mimetype_extension_assoc