Skip to content

Commit

Permalink
chore(config): 🔧 sort scopes by name [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Mar 31, 2024
1 parent 6b5bb72 commit 48c619e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"conventionalCommits.scopes": [
"deps",
"config",
"xtask",
"actions",
"rsjudge-rest",
"config",
"deps",
"packaging",
"rsjudge-grpc",
"rsjudge-judger",
"rsjudge-rest",
"rsjudge-runner",
"packaging",
"rsjudge-grpc"
"xtask"
],
"editor.defaultFormatter": "dprint.dprint",
"[dockerfile]": {
Expand Down

0 comments on commit 48c619e

Please sign in to comment.