We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f0bef commit b135023Copy full SHA for b135023
package.json
@@ -765,6 +765,12 @@
765
"default": true,
766
"description": "Keep existing line breaks if these don't violate other formatting rules."
767
},
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
+ },
774
"dscanner.ignoredKeys": {
775
"type": "array",
776
"scope": "resource",
0 commit comments