mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-04-24 22:59:14 +00:00
14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"astyle.astylerc": "${workspaceRoot}/.astylerc",
|
|
"astyle.additional_languages": [
|
|
"gsc"
|
|
],
|
|
"editor.defaultFormatter": "chiehyu.vscode-astyle",
|
|
"editor.formatOnSave": true,
|
|
|
|
"triggerTaskOnSave.tasks": {
|
|
"Compile current GSC File": [
|
|
"*.gsc"
|
|
]
|
|
}
|
|
} |