| 1234567891011121314151617181920 |
- {
- "editor.fontSize": 18,
- "workbench.preferredDarkColorTheme": "Default Light+",
- "workbench.colorTheme": "Default Light Modern",
- "cSpell.words": [
- "tilemap",
- "toctree",
- "toolkits"
- ],
- "restructuredtext.linter.run": "onSave",
- "editor.wordWrap": "bounded",
- "esbonio.sphinx.confDir": "${workspaceFolder}",
- "restructuredtext.pythonRecommendation.disabled": true,
- "grammarly.files.include": [
- "**/readme.md",
- "**/README.md",
- "**/*.txt",
- "**/*.rst"
- ]
- }
|