Skip to content

Commit e3bde94

Browse files
Merge branch 'topic/als##1470' into 'master'
Force some indentation settings in ALS repository See merge request eng/ide/ada_language_server!1794
2 parents 25e7067 + 7bf1265 commit e3bde94

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)