chore: shared repo config from fork
This commit is contained in:
16
.fork/custom-commands.json
Normal file
16
.fork/custom-commands.json
Normal 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
7
.issuetracker
Normal 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"
|
||||||
Reference in New Issue
Block a user