1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-10-27 10:56:55 +00:00

Added vscode settings, deploy when clone

This commit is contained in:
ineedbots
2021-09-03 10:56:14 -06:00
parent abea7cea3d
commit 270b1763f3
4 changed files with 13 additions and 1 deletions

8
.vscode/settings.json vendored Normal file
View File

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