Created
October 20, 2018 12:32
-
-
Save AleksandrMihhailov/e43adc3f2961c5b7e30d6526b00ae7f6 to your computer and use it in GitHub Desktop.
VSCode configuration file
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
{ | |
"workbench.colorTheme": "Solarized Light", | |
"editor.fontFamily": "Hasklig", | |
"editor.fontWeight": "normal", | |
"editor.wordWrap": "on", | |
"editor.renderControlCharacters": true, | |
"editor.cursorStyle": "line-thin", | |
"editor.tabSize": 4, | |
"editor.fontSize": 12, | |
"editor.fontLigatures": true, | |
"editor.insertSpaces": true, | |
"editor.rulers": [80], | |
"editor.minimap.enabled": false, | |
"workbench.startupEditor": "none", | |
"terminal.integrated.lineHeight": 1, | |
"editor.lineHeight": 0, | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"rust.mode": "rls", | |
"emmet.includeLanguages": {"javascript": "javascriptreact"}, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment