Skip to content

Instantly share code, notes, and snippets.

@mazedlx
Created February 27, 2022 09:34
Show Gist options
  • Save mazedlx/ea6d270b32b93e25b94c36c64235d76b to your computer and use it in GitHub Desktop.
Save mazedlx/ea6d270b32b93e25b94c36c64235d76b to your computer and use it in GitHub Desktop.
VS Code Rulers
"[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