Skip to content

Instantly share code, notes, and snippets.

@FaridSafi
Last active February 16, 2018 10:01
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 FaridSafi/994cbae5e131e6aa9cf4acaca6cb7a6a to your computer and use it in GitHub Desktop.
Save FaridSafi/994cbae5e131e6aa9cf4acaca6cb7a6a to your computer and use it in GitHub Desktop.
vscode settings.json
{
"workbench.iconTheme": "vscode-icons",
"window.zoomLevel": 1,
"editor.formatOnSave": true,
"lineJumper.linesToJump": 4,
"workbench.editor.enablePreview": false,
"editor.snippetSuggestions": "top",
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.scrollBeyondLastLine": false,
"editor.rulers": [
100
],
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 100,
"terminal.integrated.fontFamily": "Monaco",
"editor.fontSize": 15,
"editor.renderIndentGuides": false,
"editor.minimap.enabled": false,
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 0,
"workbench.startupEditor": "newUntitledFile",
"files.associations": {
"*.ejs": "ejs"
},
"emmet.includeLanguages": {
"ejs": "html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment