pokemon-showdown/.vscode/settings.json
2020-12-24 09:44:24 -08:00

11 lines
309 B
JSON

{
"editor.insertSpaces": false,
"editor.formatOnSave": false,
"typescript.tsdk": "node_modules/typescript/lib",
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"typescript.format.semicolons": "insert",
"eslint.options": {
"configFile": ".eslintrc.json"
}
}