Skip to content

Commit 46a1652

Browse files
committed
Fix up issue template
1 parent 02ce30c commit 46a1652

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/formatting.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,19 @@ body:
1313
label: printWidth
1414
description: What value do you have the `printWidth` option set to? (Defaults to `80`.)
1515
placeholder: "80"
16-
default: "80"
1716
- type: dropdown
1817
attributes:
1918
label: singleAttributePerLine
2019
description: What value do you have the `singleAttributePerLine` option set to? (Defaults to `false`.)
2120
options:
2221
- "true"
2322
- "false"
24-
default: "false"
23+
default: 1
2524
- type: input
2625
attributes:
2726
label: tabWidth
2827
description: What value do you have the `tabWidth` option set to? (Defaults to `2`.)
2928
placeholder: "2"
30-
default: "2"
3129
- type: dropdown
3230
attributes:
3331
label: xmlWhitespaceSensitivity
@@ -45,7 +43,7 @@ body:
4543
options:
4644
- "true"
4745
- "false"
48-
default: "true"
46+
default: 0
4947
- type: textarea
5048
attributes:
5149
label: Input XML

0 commit comments

Comments
 (0)