Skip to content

Commit 8012e72

Browse files
authored
treefmt: Add no-positional-arg-support (#5600)
1 parent 35c0410 commit 8012e72

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/schemas/json/treefmt.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
"priority": {
7979
"type": "integer",
8080
"default": 0
81+
},
82+
"no-positional-arg-support": {
83+
"type": "boolean",
84+
"default": false
8185
}
8286
},
8387
"additionalProperties": false

0 commit comments

Comments
 (0)