t6_bot_warfare/.vscode/settings.json
2021-09-03 11:09:01 -06:00

8 lines
209 B
JSON

{
"astyle.astylerc": "${workspaceRoot}/.astylerc",
"astyle.additional_languages": [
"gsc"
],
"editor.defaultFormatter": "chiehyu.vscode-astyle",
"editor.formatOnSave": true
}