dotfiles/vscode/.config/Code - OSS/User/settings.json

20 lines
804 B
JSON

{
"editor.fontLigatures": true,
"editor.fontFamily": "'Fira Code', 'Noto Color Emoji'",
"workbench.iconTheme": "material-icon-theme",
"editor.rulers": [
80,
120
],
"editor.renderWhitespace": "all",
"platformio-ide.disablePIOHomeStartup": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"markdown.extension.toc.levels": "2..6",
"workbench.settings.enableNaturalLanguageSearch": false,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"workbench.enableExperiments": false,
"markdown.preview.fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif,'Noto Color Emoji'"
}