Skip to content

Instantly share code, notes, and snippets.

@petbadger
Created August 7, 2023 14:51
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 petbadger/d007c6d5a52825ed3b8ac80113c38655 to your computer and use it in GitHub Desktop.
Save petbadger/d007c6d5a52825ed3b8ac80113c38655 to your computer and use it in GitHub Desktop.
VScode New Line helper
"editor.rulers": [
{
"_comment1": "JSON does not handle comments, it must also be data",
"_comment2": "This editor ruler adds a vertical line to VSCode to know when to move code to a new line",
"_comment3": "Add this to your settings.json",
"column": 79,
"color": "#FF00FF"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment