|
| 1 | +{ |
| 2 | + "[markdown]": { |
| 3 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 4 | + }, |
| 5 | + "evenBetterToml.formatter.allowedBlankLines": 2, |
| 6 | + "files.exclude": { |
| 7 | + "*.egg-info": true, |
| 8 | + ".pytest_cache": true, |
| 9 | + ".tox": true, |
| 10 | + "__pycache__": true |
| 11 | + }, |
| 12 | + "git.ignoreLimitWarning": true, |
| 13 | + "grammarly.domain": "technical", |
| 14 | + "grammarly.files.include": [ |
| 15 | + "**/*.txt", |
| 16 | + "**/*.md" |
| 17 | + ], |
| 18 | + "grammarly.hideUnavailablePremiumAlerts": true, |
| 19 | + "grammarly.showExamples": true, |
| 20 | + "python.formatting.provider": "black", |
| 21 | + "python.linting.flake8Enabled": true, |
| 22 | + "python.linting.mypyCategorySeverity.error": "Warning", |
| 23 | + "python.linting.mypyEnabled": true, |
| 24 | + "python.testing.nosetestsEnabled": false, |
| 25 | + "python.testing.pytestEnabled": true, |
| 26 | + "python.testing.unittestEnabled": false, |
| 27 | + "restructuredtext.confPath": "${workspaceFolder}/docs/docsite/rst", |
| 28 | + "restructuredtext.languageServer.disabled": true, |
| 29 | + "sortLines.filterBlankLines": true, |
| 30 | + "yaml.completion": true, |
| 31 | + "yaml.customTags": [ |
| 32 | + "!encrypted/pkcs1-oaep scalar", |
| 33 | + "!vault scalar" |
| 34 | + ], |
| 35 | + "yaml.format.enable": false, |
| 36 | + "yaml.validate": true |
| 37 | +} |
0 commit comments