Skip to content

Instantly share code, notes, and snippets.

@Caayu
Created September 11, 2019 00:15
Show Gist options
  • Select an option

  • Save Caayu/be71aba86fe6763d8e4a48b3d2f67b0b to your computer and use it in GitHub Desktop.

Select an option

Save Caayu/be71aba86fe6763d8e4a48b3d2f67b0b to your computer and use it in GitHub Desktop.
MY VSCODE
{
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.lineHeight": 22,
"editor.formatOnSave": true,
"editor.rulers": [
80,
120
],
"editor.tabSize": 2,
"editor.renderLineHighlight": "gutter",
"terminal.integrated.fontSize": 14,
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"javascript.updateImportsOnFileMove.enabled": "never",
"window.zoomLevel": 0,
"breadcrumbs.enabled": true,
"editor.parameterHints.enabled": false,
"window.menuBarVisibility": "toggle",
"editor.minimap.enabled": false,
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": true,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Dracula"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment