File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,21 @@ body:
1313 label : printWidth
1414 description : What value do you have the `printWidth` option set to? (Defaults to `80`.)
1515 placeholder : " 80"
16- - type : input
16+ default : " 80"
17+ - type : dropdown
1718 attributes :
1819 label : singleAttributePerLine
1920 description : What value do you have the `singleAttributePerLine` option set to? (Defaults to `false`.)
2021 options :
2122 - " true"
2223 - " false"
24+ default : " false"
2325 - type : input
2426 attributes :
2527 label : tabWidth
2628 description : What value do you have the `tabWidth` option set to? (Defaults to `2`.)
2729 placeholder : " 2"
30+ default : " 2"
2831 - type : dropdown
2932 attributes :
3033 label : xmlWhitespaceSensitivity
4245 options :
4346 - " true"
4447 - " false"
48+ default : " true"
4549 - type : textarea
4650 attributes :
4751 label : Input XML
You can’t perform that action at this time.
0 commit comments