fmt: break-separators=before; + wip Future_sign_key
This commit is contained in:
parent
68b5e6608a
commit
c991f29b28
7 changed files with 51 additions and 32 deletions
10
src/util.ml
10
src/util.ml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue