Skip to content

Instantly share code, notes, and snippets.

@nirnaeth
Last active December 3, 2021 07:17
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 nirnaeth/339372bf0e9a637c9d0abda284fe96d3 to your computer and use it in GitHub Desktop.
Save nirnaeth/339372bf0e9a637c9d0abda284fe96d3 to your computer and use it in GitHub Desktop.
Editors Settings
{
"telemetry.telemetryLevel": "crash",
"workbench.colorTheme": "Tomorrow Night Blue",
"terminal.external.osxExec": "iTerm.app",
"editor.tabSize": 2,
"explorer.confirmDragAndDrop": false,
"editor.rulers": [
{
"column": 80, // spacing of 1st column from left
"color": "#ff9900"
},
{
"column": 120, // second ruler
"color": "#9f0af5" // purple
},
],
// language specific
//"[ruby]": {
// "editor.rulers": [
// {
// "column": 100,
// "color": "#00ff22"
// }
// ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment