Skip to content

Commit

Permalink
Add link to shfmt "keep padding" deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-reeves committed May 31, 2024
1 parent 09d80dd commit 351b194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vscode-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"bashIde.shfmt.keepPadding": {
"type": "boolean",
"default": false,
"description": "(Deprecated) Keep column alignment padding."
"description": "(Deprecated) Keep column alignment padding.",
"markdownDescription": "**([Deprecated](https://github.com/mvdan/sh/issues/658))** Keep column alignment padding."
},
"bashIde.shfmt.spaceRedirects": {
"type": "boolean",
Expand Down

0 comments on commit 351b194

Please sign in to comment.