mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2025-12-19 04:47:45 +00:00
11 lines
320 B
JSON
11 lines
320 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.detectIndentation": false,
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"prettier.configPath": ".prettierrc.json",
|
|
"files.trimTrailingWhitespace": true,
|
|
"typescript.preferences.quoteStyle": "double",
|
|
"svg.preview.background": "white"
|
|
}
|