| 1234567891011121314151617181920 |
- {
- "editor.formatOnSave": true,
- "[javascript]": {
- "editor.formatOnSave": false,
- },
- "[javascriptreact]": {
- "editor.formatOnSave": false,
- },
- "[typescript]": {
- "editor.formatOnSave": false,
- },
- "[typescriptreact]": {
- "editor.formatOnSave": false,
- },
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": true
- },
- "files.eol": "\n",
- "debug.javascript.autoAttachFilter": "always"
- }
|