Skip to content

Instantly share code, notes, and snippets.

@Sc4ramouche
Created March 14, 2018 08:25
Show Gist options
  • Save Sc4ramouche/9d69bbdb60f156aac492989f09cf5ae0 to your computer and use it in GitHub Desktop.
Save Sc4ramouche/9d69bbdb60f156aac492989f09cf5ae0 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "vscode-icons",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"eslint.enable": true,
"files.eol": "\n",
"editor.tabSize": 2,
"workbench.colorCustomizations": {
"editorCursor.foreground": "#d6e414"
},
"workbench.colorTheme": "Material Theme",
"editor.minimap.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment