Skip to content

Instantly share code, notes, and snippets.

@xitarps
Last active May 10, 2024 18:37
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xitarps/40e4153cb50df4a51da5400508488d5b to your computer and use it in GitHub Desktop.
Save xitarps/40e4153cb50df4a51da5400508488d5b to your computer and use it in GitHub Desktop.
vscode settings.json
{
"json.schemas": [
],
"emmet.includeLanguages": {"erb": "html"},
"editor.rulers": [
80,
120
],
"launch": {
"configurations": [],
"compounds": []
},
"editor.detectIndentation": false,
"editor.tabSize": 2,
"diffEditor.ignoreTrimWhitespace": false,
"window.zoomLevel": 3,
"editor.renderWhitespace": "trailing"
}