Skip to content

Instantly share code, notes, and snippets.

@arinthros
Created July 9, 2020 12:56
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 arinthros/777204054fc2c608ebd83b53f3c8f834 to your computer and use it in GitHub Desktop.
Save arinthros/777204054fc2c608ebd83b53f3c8f834 to your computer and use it in GitHub Desktop.
VSCode settings
{
"terminal.integrated.rendererType": "dom",
"emmet.includeLanguages": {
"erb": "html",
"ruby": "html",
"html.erb": "html",
"javascript": "javascriptreact",
"marko": "html"
},
"emmet.triggerExpansionOnTab": true,
"editor.wordWrap": "on",
"terminal.integrated.shell.osx": "/bin/zsh",
"explorer.confirmDelete": false,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"cSpell.userWords": [
"fastify",
"labelledby",
"lifechurch",
"marko",
"testid",
"tupos",
"usfm",
"youversion"
],
"window.zoomLevel": -1,
"explorer.confirmDragAndDrop": false,
"editor.fontFamily": "'JetBrains Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"editor.fontLigatures": true,
"workbench.colorTheme": "Gruvbox Dark (Medium)",
"workbench.iconTheme": "vscode-icons",
"editor.minimap.enabled": false,
"javascript.updateImportsOnFileMove.enabled": "always",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment