Skip to content

Instantly share code, notes, and snippets.

@LucasKauz
Created August 12, 2020 16:00
Show Gist options
  • Save LucasKauz/9418c8879d593b4b6f67223f73ff6f60 to your computer and use it in GitHub Desktop.
Save LucasKauz/9418c8879d593b4b6f67223f73ff6f60 to your computer and use it in GitHub Desktop.
Simple settings.json with autofix and jetbrains font
{
"editor.fontFamily": "'JetBrains Mono', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontSize": 14,
"editor.fontWeight": "300",
"editor.lineHeight": 22,
"editor.renderWhitespace": "all",
"editor.fontLigatures": true,
"terminal.integrated.fontSize": 10,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment