- Docker
- EditorConfig for VS Code
- ESLint
- Oceanic Plus
- Sublime Text Keymap
- Theme - Oceanic Next
Last active
February 8, 2018 07:47
-
-
Save mightyaleksey/4af29f178ad1a740b40af7c50eb03921 to your computer and use it in GitHub Desktop.
vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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