Skip to content

Commit

Permalink
Merge remote branch 'origin/master' into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic-merge committed Nov 18, 2024
2 parents ede4fe3 + e3bde94 commit b62bdfc
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 b62bdfc

Please sign in to comment.