Skip to content

Commit

Permalink
Some small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ekazbaraite committed Sep 9, 2024
1 parent 73331a7 commit 7007fe2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ Already implemented:
| | ifFormattingDoLocation | Same | New, Same | `if true then do:`<br>` return a.`<br>`end.` <br> ⬇️ <br> `if true then`<br>`do:`<br>` return a.`<br>`end.` |
| | ifFormattingStatementLocation | Same | New, Same | `if true then return a.` <br> ⬇️ <br> `if true then`<br>` return a.` |
| | temptableFormatting | true | Boolean | |
| | treeLogging | true | Boolean | |
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"New",
"Same"
],
"description": "TODO"
"description": "Should THEN clause be on a new line or the same line as the IF keyword?"
},
"AblFormatter.ifFormattingDoLocation": {
"order": 702,
Expand All @@ -156,7 +156,7 @@
"New",
"Same"
],
"description": "TODO"
"description": "Should DO block be on a new line or the same line as the THEN keyword?"
},
"AblFormatter.ifFormattingStatementLocation": {
"order": 703,
Expand All @@ -166,7 +166,7 @@
"New",
"Same"
],
"description": "TODO"
"description": "Should the first statement in an IF block be on a new line or the same line?"
},
"AblFormatter.temptableFormatting": {
"order": 800,
Expand Down Expand Up @@ -218,12 +218,6 @@
],
"description": "Add a new line before the ELSE?"
},
"AblFormatter.treeLogging": {
"order": 10000,
"type": "boolean",
"default": "true",
"description": "TODO: REMOVE THIS SETTING. Enable tree printing to console"
},
"AblFormatter.showTreeInfoOnHover": {
"order": 10100,
"type": "boolean",
Expand Down
1 change: 0 additions & 1 deletion resources/samples/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"AblFormatter.blockFormatting": true,
"AblFormatter.ifFormatting": false,
"AblFormatter.temptableFormatting": false,
"AblFormatter.treeLogging": true,
"AblFormatter.propertyFormatting": false,
}

0 comments on commit 7007fe2

Please sign in to comment.