Created
August 12, 2020 16:00
-
-
Save LucasKauz/9418c8879d593b4b6f67223f73ff6f60 to your computer and use it in GitHub Desktop.
Simple settings.json with autofix and jetbrains font
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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