Skip to content

Commit 1e0caff

Browse files
committed
style: semantic change
1 parent 4865589 commit 1e0caff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
"default": "--quiet",
5151
"markdownDescription": "Specifies which [arguments](https://git-scm.com/docs/git-commit#_options) to be passed when the commit is executed."
5252
},
53-
"gitSemanticCommit.scopeTemplate": {
54-
"type": "string",
55-
"default": "($scope)",
56-
"markdownDescription": "Specifies scope template (`$scope` placeholder will be replaced with passed scope)"
57-
},
5853
"gitSemanticCommit.preserveScope": {
5954
"type": "boolean",
6055
"default": false,
6156
"markdownDescription": "Determines whether to preserve the last message scope that was inserted."
6257
},
58+
"gitSemanticCommit.scopeTemplate": {
59+
"type": "string",
60+
"default": "($scope)",
61+
"markdownDescription": "Specifies scope template (`$scope` placeholder will be replaced with the passed scope)"
62+
},
6363
"gitSemanticCommit.stageAll": {
6464
"type": "boolean",
6565
"default": true,

0 commit comments

Comments
 (0)