chore: shared repo config from fork

This commit is contained in:
Paul T
2024-04-03 14:45:32 -04:00
committed by Paul T
parent bd9bfc1733
commit b23f46b9ba
2 changed files with 23 additions and 0 deletions

View File

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

7
.issuetracker Normal file
View File

@@ -0,0 +1,7 @@
# Integration with Issue Tracker
#
# (note that '\' need to be escaped).
[issuetracker "Github"]
regex = "#(\\d+)"
url = "https://github.com/DeveloperPaul123/modern-cv/issues/$1"