Skip to content

Commit b135023

Browse files
committed
document dfmt.singleIndent
1 parent 67f0bef commit b135023

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,12 @@
765765
"default": true,
766766
"description": "Keep existing line breaks if these don't violate other formatting rules."
767767
},
768+
"dfmt.singleIndent": {
769+
"type": "boolean",
770+
"scope": "resource",
771+
"default": true,
772+
"description": "Set if the code in parens is indented by a single tab instead of two."
773+
},
768774
"dscanner.ignoredKeys": {
769775
"type": "array",
770776
"scope": "resource",

0 commit comments

Comments
 (0)