Last active
September 27, 2021 14:51
-
-
Save hritik5102/2a6c7903550b8aca565f869d4522dd90 to your computer and use it in GitHub Desktop.
How to add ruler in VSCode ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"[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