pvtchat/.vscode/settings.json
2021-11-10 19:22:04 +00:00

9 lines
220 B
JSON

{
"git.ignoreLimitWarning": true,
"prettier.singleQuote": true,
"typescript.preferences.quoteStyle": "single",
"editor.tabSize": 2,
"material-icon-theme.files.associations": {
"*.tests.ts": "test-ts"
},
}