Skip to content

Instantly share code, notes, and snippets.

@hritik5102
Last active September 27, 2021 14:51
Show Gist options
  • Save hritik5102/2a6c7903550b8aca565f869d4522dd90 to your computer and use it in GitHub Desktop.
Save hritik5102/2a6c7903550b8aca565f869d4522dd90 to your computer and use it in GitHub Desktop.
How to add ruler in VSCode ?
"[git-commit]": {
"editor.rulers": [{
"column": 50,
"color": "#50e782"
},
{
"column":72,
"color": "#ff7b00"
}],
"editor.wordWrap": "on",
"workbench.editor.restoreViewState": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment