9 lines
220 B
JSON
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"
|
|
},
|
|
} |