Skip to content

Instantly share code, notes, and snippets.

@henriquemenezes
Last active April 8, 2020 22:04
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 henriquemenezes/6a05dc0006321fb3d7e1aba09a98fec2 to your computer and use it in GitHub Desktop.
Save henriquemenezes/6a05dc0006321fb3d7e1aba09a98fec2 to your computer and use it in GitHub Desktop.
VSCode User Settings
{
"terminal.integrated.fontFamily": "'Ubuntu Mono','PowerlineSymbols'",
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"[ruby]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment