We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25e7067 + 7bf1265 commit e3bde94Copy full SHA for e3bde94
.vscode/settings.json.tmpl
@@ -11,11 +11,12 @@
11
// extension.
12
"LIBRARY_TYPE": "static"
13
},
14
- "ada.onTypeFormatting.indentOnly": true,
+ "ada.onTypeFormatting.indentOnly": false,
15
"[ada]": {
16
"editor.autoIndent": "none",
17
- "editor.formatOnType": false,
18
- "editor.tabSize": 3
+ "editor.formatOnType": true,
+ "editor.tabSize": 3,
19
+ "editor.detectIndentation": false
20
21
"python.analysis.extraPaths": ["testsuite"],
22
"flake8.args": ["--max-line-length", "88"],
0 commit comments