Skip to content

Commit 8df82f0

Browse files
Override default indentation settings for Ada
For eng/ide/ada_language_server#1500
1 parent 29912a5 commit 8df82f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

integration/vscode/ada/package.json

+6
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,12 @@
886886
}
887887
]
888888
},
889+
"configurationDefaults": {
890+
"[ada]": {
891+
"editor.tabSize": 3,
892+
"editor.detectIndentation": false
893+
}
894+
},
889895
"walkthroughs": [
890896
{
891897
"id": "als-get-started",

0 commit comments

Comments
 (0)