Override default indentation settings for Ada

For eng/ide/ada_language_server#1500
This commit is contained in:
Anthony Leonardo Gracio
2024-11-13 14:08:33 +00:00
parent 29912a5bc7
commit 8df82f0a14

View File

@@ -886,6 +886,12 @@
}
]
},
"configurationDefaults": {
"[ada]": {
"editor.tabSize": 3,
"editor.detectIndentation": false
}
},
"walkthroughs": [
{
"id": "als-get-started",