Skip to content

Commit b62bdfc

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents ede4fe3 + e3bde94 commit b62bdfc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vscode/settings.json.tmpl

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
// extension.
1212
"LIBRARY_TYPE": "static"
1313
},
14-
"ada.onTypeFormatting.indentOnly": true,
14+
"ada.onTypeFormatting.indentOnly": false,
1515
"[ada]": {
1616
"editor.autoIndent": "none",
17-
"editor.formatOnType": false,
18-
"editor.tabSize": 3
17+
"editor.formatOnType": true,
18+
"editor.tabSize": 3,
19+
"editor.detectIndentation": false
1920
},
2021
"python.analysis.extraPaths": ["testsuite"],
2122
"flake8.args": ["--max-line-length", "88"],

0 commit comments

Comments
 (0)