diff --git a/.vscode/settings.json.tmpl b/.vscode/settings.json.tmpl index 63dba1dd..6ed7c55f 100644 --- a/.vscode/settings.json.tmpl +++ b/.vscode/settings.json.tmpl @@ -11,11 +11,12 @@ // extension. "LIBRARY_TYPE": "static" }, - "ada.onTypeFormatting.indentOnly": true, + "ada.onTypeFormatting.indentOnly": false, "[ada]": { "editor.autoIndent": "none", - "editor.formatOnType": false, - "editor.tabSize": 3 + "editor.formatOnType": true, + "editor.tabSize": 3, + "editor.detectIndentation": false }, "python.analysis.extraPaths": ["testsuite"], "flake8.args": ["--max-line-length", "88"],