create-roblox-ts-script
Version:
CLI tool for creating Roblox scripts using TypeScript.
13 lines (12 loc) • 424 B
JSON
{
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.trailingComma": "all",
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.preferences.quoteStyle": "double",
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.preferences.quoteStyle": "double"
}