Skip to content

Commit

Permalink
Merge branch 'topic/als##1470' into 'master'
Browse files Browse the repository at this point in the history
Force some indentation settings in ALS repository

See merge request eng/ide/ada_language_server!1794
  • Loading branch information
AnthonyLeonardoGracio committed Nov 15, 2024
2 parents 25e7067 + 7bf1265 commit e3bde94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .vscode/settings.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit e3bde94

Please sign in to comment.