Skip to content

Commit ea27354

Browse files
Set 'autoIndent' to 'advanced' to allow onEnterRules
This allows per-language onEnterRules to be applied when pressing ENTER. In particular it allows splitting comments on ENTER for Ada. (no-issue-check)
1 parent 63558e6 commit ea27354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"*.json.tmpl": "jsonc"
66
},
77
"[ada]": {
8-
"editor.autoIndent": "none",
8+
"editor.autoIndent": "advanced",
99
"editor.formatOnType": true,
1010
"showNotificationsOnErrors": true
1111
},

0 commit comments

Comments
 (0)