Skip to content

Instantly share code, notes, and snippets.

@nurrony
Last active November 30, 2017 15:19
Show Gist options
  • Select an option

  • Save nurrony/426d7a895cde9567fa48249fe887131e to your computer and use it in GitHub Desktop.

Select an option

Save nurrony/426d7a895cde9567fa48249fe887131e to your computer and use it in GitHub Desktop.
VSCode Settings and Plugins list
{
"files.trimTrailingWhitespace": true,
"editor.fontFamily": "Monaco",
"editor.fontSize": 15,
"editor.rulers": [120],
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.renderWhitespace":"boundary",
"editor.renderIndentGuides": true,
"explorer.openEditors.visible": 0,
"gitignore.cacheExpirationInterval": 3600,
"prettier.printWidth": 120,
"prettier.semi": false,
"prettier.singleQuote": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.tsdk": "/Users/nurrony/.config/yarn/global/node_modules/typescript/lib",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Dracula"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment