Skip to content

Commit 9576f08

Browse files
Merge branch 'topic/onenterrules' into 'master'
Set 'autoIndent' to 'advanced' to allow onEnterRules See merge request eng/ide/ada_language_server!2052
2 parents 63558e6 + ea27354 commit 9576f08

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)