InfectedGSC/.vscode/settings.json
2021-09-29 19:22:34 +01:00

9 lines
182 B
JSON

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