Skip to content

Instantly share code, notes, and snippets.

@EmrysMyrddin
Created November 2, 2017 15:04
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 EmrysMyrddin/f16b99164f366d91a2c7fb1a685b98a6 to your computer and use it in GitHub Desktop.
Save EmrysMyrddin/f16b99164f366d91a2c7fb1a685b98a6 to your computer and use it in GitHub Desktop.
{
"explorer.openEditors.visible": 0,
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
"window.zoomLevel": 1,
"workbench.colorTheme": "Oceanic Next Italic",
"editor.fontSize": 12,
"javascript.validate.enable": false,
"flow.useNPMPackagedFlow": true,
"editor.renderIndentGuides": false,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 500,
"editor.tabSize": 2,
"prettier.eslintIntegration": true,
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"prettier.semi": false,
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true,
"files.trimTrailingWhitespace": true,
"workbench.colorCustomizations": {
"statusBar.background": "#333333",
"statusBar.noFolderBackground": "#333333",
"statusBar.debuggingBackground": "#511f1f"
},
"git.confirmSync": false,
"editor.minimap.enabled": false,
"window.nativeTabs": true,
"workbench.iconTheme": "material-icon-theme",
"editor.wordWrapColumn": 100,
"prettier.printWidth": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment