зеркало из https://github.com/mozilla/fxa.git
26 строки
779 B
JSON
26 строки
779 B
JSON
{
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.insertFinalNewline": true,
|
|
"typescript.preferences.importModuleSpecifier": "relative",
|
|
"javascript.preferences.importModuleSpecifier": "relative",
|
|
"[javascript]": {
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 2,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 2,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"python.pythonPath": "usr/bin/python3",
|
|
"prettier.configPath": "_dev/.prettierrc",
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|