1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Allow to cycle variants backwards with SHIFT + T, other fixes and misc stuff

This commit is contained in:
tobspr
2020-12-07 18:30:33 +01:00
parent 503e643fd4
commit 3ada0d5774
5 changed files with 17 additions and 3 deletions

View File

@@ -15,6 +15,11 @@
"vetur.format.defaultFormatter.ts": "vscode-typescript",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true
"files.trimTrailingWhitespace": true,
"workbench.colorCustomizations": {
"activityBar.background": "#163328",
"titleBar.activeBackground": "#1F4738",
"titleBar.activeForeground": "#F7FBFA"
}
}
}