Skip to content

Instantly share code, notes, and snippets.

@pauloportella
Created May 10, 2019 14:47
Show Gist options
  • Save pauloportella/382a30e8920015407499e22a6e89bccf to your computer and use it in GitHub Desktop.
Save pauloportella/382a30e8920015407499e22a6e89bccf to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 2,
"editor.formatOnType": true,
"explorer.confirmDragAndDrop": false,
"javascript.updateImportsOnFileMove.enabled": "never",
"atomKeymap.promptV3Features": true,
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"workbench.startupEditor": "newUntitledFile",
"window.nativeFullScreen": false,
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.showTabs": true,
"diffEditor.ignoreTrimWhitespace": false,
"files.autoSave": "off",
"editor.formatOnSave": true,
"liveshare.featureSet": "insiders",
"typescript.updateImportsOnFileMove.enabled": "never"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment