Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@crisu83
Created January 22, 2019 12:20
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 crisu83/78d836f6bd74b4fb3cdb2500174078a5 to your computer and use it in GitHub Desktop.
Save crisu83/78d836f6bd74b4fb3cdb2500174078a5 to your computer and use it in GitHub Desktop.
My VS Code settings
{
"diffEditor.renderSideBySide": false,
"editor.fontFamily": "Operator Mono Lig",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"eslint.enable": true,
"flow.useNPMPackagedFlow": true,
"javascript.validate.enable": false,
"javascript.format.enable": false,
"prettier.eslintIntegration": true,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shellArgs.osx": ["-l"],
"workbench.colorTheme": "Night Owl",
"workbench.iconTheme": "vscode-icons",
"window.zoomLevel": 1,
"explorer.confirmDelete": false,
"vsicons.dontShowNewVersionMessage": true,
"git.autofetch": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"flow.pathToFlow": "${workspaceRoot}/node_modules/.bin/flow",
"typescript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment