Skip to content

Instantly share code, notes, and snippets.

@hongymagic
Created March 1, 2017 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hongymagic/f0963297bb713e3faf92c9bb9ebbc81f to your computer and use it in GitHub Desktop.
Save hongymagic/f0963297bb713e3faf92c9bb9ebbc81f to your computer and use it in GitHub Desktop.
.vscode
{
"editor.cursorBlinking": "solid",
"editor.cursorStyle": "block",
"editor.folding": false,
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 18,
"editor.lineHeight": 54,
"editor.lineNumbers": "relative",
"editor.renderIndentGuides": true,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "all",
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"terminal.integrated.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontLigatures": true,
"terminal.integrated.fontSize": 16,
"terminal.integrated.lineHeight": 2,
"terminal.integrated.cursorStyle": "block",
"vim.easymotion": true,
"vim.hlsearch": true,
"vim.leader": ",",
"vsicons.projectDetection.autoReload": true,
"workbench.welcome.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment