Skip to content

Instantly share code, notes, and snippets.

@AleksandrMihhailov
Created October 20, 2018 12:32
Show Gist options
  • Save AleksandrMihhailov/e43adc3f2961c5b7e30d6526b00ae7f6 to your computer and use it in GitHub Desktop.
Save AleksandrMihhailov/e43adc3f2961c5b7e30d6526b00ae7f6 to your computer and use it in GitHub Desktop.
VSCode configuration file
{
"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