{ "[python]": { "diffEditor.ignoreTrimWhitespace": false, "editor.defaultColorDecorators": "never", "editor.formatOnType": false, "editor.wordBasedSuggestions": "off", "editor.formatOnSave": true, "editor.defaultFormatter": "charliermarsh.ruff", "editor.codeActionsOnSave": { "source.fixAll": "explicit", "source.organizeImports": "explicit", } }, "ruff.nativeServer": true, "ruff.lineLength": 119 }