Skip to content

Commit

Permalink
Merge pull request #22 from Yoshi2889/fix/update-fork-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoSector authored Dec 23, 2021
2 parents 4478821 + 734bfc6 commit de4c11a
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .fork/custom-commands.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
[
{
"name" : "SwiftFormat",
"target" : "file",
"action" : {
"path" : "\/opt\/homebrew\/bin\/swiftformat",
"waitForExit" : true,
"path" : "\/usr\/local\/bin\/swiftformat",
"type" : "process",
"showOutput" : true,
"args" : "$filepath --swiftversion 5.3",
"showOutput" : true
},
"referenceTargets" : [

],
"target" : "file",
"name" : "SwiftFormat"
"type" : "process"
}
},
{
"action" : {
"waitForExit" : true,
"showOutput" : true,
"type" : "process",
"args" : "$path --swiftversion 5.3",
"path" : "\/usr\/local\/bin\/swiftformat"
"type" : "process",
"path" : "\/opt\/homebrew\/bin\/swiftformat",
"showOutput" : true,
"waitForExit" : true
},
"name" : "SwiftFormat Repo",
"target" : "repository"
Expand Down

0 comments on commit de4c11a

Please sign in to comment.