Skip to content

Commit

Permalink
Add settings to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickus committed Jan 7, 2025
1 parent 142d86f commit 84a3d1d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,22 @@
],
"description": "Align parameter types?"
},
"AblFormatter.expressionFormatting": {
"order": 1700,
"type": "boolean",
"default": "true",
"description": "Enable EXPRESSION formatting"
},
"AblFormatter.expressionFormattingLogicalLocation": {
"order": 1701,
"type": "string",
"default": "Same",
"enum": [
"New",
"Same"
],
"description": "Should logical operators be on a new line or the same line as the expression?"
},
"AblFormatter.showTreeInfoOnHover": {
"order": 10100,
"type": "boolean",
Expand Down

0 comments on commit 84a3d1d

Please sign in to comment.