Skip to content

Instantly share code, notes, and snippets.

@mightyaleksey
Last active February 8, 2018 07:47
Show Gist options
  • Save mightyaleksey/4af29f178ad1a740b40af7c50eb03921 to your computer and use it in GitHub Desktop.
Save mightyaleksey/4af29f178ad1a740b40af7c50eb03921 to your computer and use it in GitHub Desktop.
vscode
  • Docker
  • EditorConfig for VS Code
  • ESLint
  • Oceanic Plus
  • Sublime Text Keymap
  • Theme - Oceanic Next
{
"editor.fontSize": 14,
"editor.formatOnPaste": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.tabSize": 2,
"explorer.openEditors.visible": 0,
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/node_modules": true
},
"sublimeTextKeymap.promptV3Features": true,
"workbench.colorTheme": "Oceanic Plus",
"workbench.editor.enablePreviewFromQuickOpen": false,
"window.zoomLevel": 0,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment