Skip to content

Commit

Permalink
0.6.385
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed May 18, 2024
1 parent e49343d commit c7e0eac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "ABAP linting, problems view, go to definition, find references, and quick fixes.",
"author": "Lars Hvam",
"license": "MIT",
"version": "0.6.384",
"version": "0.6.385",
"repository": {
"type": "git",
"url": "https://github.com/abaplint/vscode-abaplint"
Expand Down Expand Up @@ -199,25 +199,28 @@
"title": "Formatting",
"properties": {
"abaplint.formatting.enable": {
"order": 10,
"order": 10,
"type": "boolean",
"description": "Enable document formatting, requires restart",
"default": true
},
"abaplint.formatting.experimental": {
"order": 20,
"order": 20,
"type": "boolean",
"description": "Enable experimental document formatting, requires restart",
"default": false
},
"abaplint.formatting.disabled": {
"order": 30,
"type": "array",
"items": {
"type": "string"
},
"default": ["unused_types", "unused_variables"],
"description": "List of rules that should not be triggered on formatting"
"order": 30,
"type": "array",
"items": {
"type": "string"
},
"default": [
"unused_types",
"unused_variables"
],
"description": "List of rules that should not be triggered on formatting"
}
}
}
Expand Down

0 comments on commit c7e0eac

Please sign in to comment.