Created
February 27, 2022 09:34
-
-
Save mazedlx/ea6d270b32b93e25b94c36c64235d76b to your computer and use it in GitHub Desktop.
VS Code Rulers
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
"[php]":{ | |
"editor.rulers": [ | |
{ | |
"column": 80, // spacing of 1st column from left | |
"color": "#555" // orange, Go Vols! | |
}, | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment