Skip to content

Instantly share code, notes, and snippets.

@levlaz
Created July 2, 2019 02:36
Show Gist options
  • Save levlaz/e401302fde801c33d96dc1e49537fb22 to your computer and use it in GitHub Desktop.
Save levlaz/e401302fde801c33d96dc1e49537fb22 to your computer and use it in GitHub Desktop.
VS Code Config Notes

Add vertical ruler

This is helpful to see when you are about to go over 80 characters.

In settings.json

{
    "editor.rulers": [80]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment