Skip to content

Instantly share code, notes, and snippets.

@mashaal
Last active February 27, 2018 01:33
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 mashaal/f3f3997260f594dd5ea352e748c42a71 to your computer and use it in GitHub Desktop.
Save mashaal/f3f3997260f594dd5ea352e748c42a71 to your computer and use it in GitHub Desktop.
VSCode settings
{
"editor.fontSize": 22,
"editor.tabSize": 2,
"prettier.singleQuote": true,
"prettier.semi": false,
"prettier.eslintIntegration": true,
"editor.formatOnSave": true,
"editor.dragAndDrop": false,
"editor.formatOnPaste": true,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"editor.minimap.enabled": false,
"workbench.colorTheme": "Captain Sweetheart",
"workbench.iconTheme": "vscode-icons",
"editor.fontLigatures": true,
"editor.fontFamily": "Operator Mono",
"terminal.integrated.fontSize": 16,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.fontFamily": "'Operator Mono', Menlo, Monaco, 'Courier New', monospace",
"importCost.smallPackageColor": "#999999",
"importCost.mediumPackageColor": "#87ffaf",
"importCost.largePackageColor": "#e51524"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment