Files
modern-cv/.fork/custom-commands.json
2024-04-05 17:48:54 -07:00

16 lines
266 B
JSON

[
{
"version" : 1
},
{
"action" : {
"script" : "${repo:path}/scripts/format_typst.ps1",
"showOutput" : true,
"type" : "sh",
"waitForExit" : true
},
"name" : "Format",
"os" : "windows",
"target" : "revision"
}
]