9 lines
222 B
JSON
9 lines
222 B
JSON
{
|
|
"prettier.jsxSingleQuote": true,
|
|
"prettier.singleQuote": true,
|
|
"javascript.preferences.quoteStyle": "single",
|
|
"typescript.preferences.quoteStyle": "single",
|
|
"editor.insertSpaces": false,
|
|
"prettier.useTabs": true
|
|
}
|