mirror of
https://github.com/agam778/MS-365-Electron.git
synced 2026-02-17 09:02:10 +00:00
11 lines
313 B
JSON
11 lines
313 B
JSON
{
|
|
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
|
|
"editor.formatOnType": false,
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "file",
|
|
"files.autoSave": "onFocusChange",
|
|
"prettier.printWidth": 100,
|
|
"vs-code-prettier-eslint.prettierLast": false
|
|
}
|