Skip to content

Instantly share code, notes, and snippets.

@ajess33
Created June 5, 2018 02:18
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 ajess33/dfe17dee3fdbbc2df27d52679b8e6bfb to your computer and use it in GitHub Desktop.
Save ajess33/dfe17dee3fdbbc2df27d52679b8e6bfb to your computer and use it in GitHub Desktop.
VSCode Settings
"workbench.colorTheme": "Night Owl",
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.wordWrap": "on",
"editor.fontSize": 14,
"editor.lineHeight": 23,
"workbench.editor.tabSizing": "shrink",
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "100",
"editor.cursorStyle": "line",
"editor.cursorBlinking": "solid",
"editor.cursorWidth": 2,
"editor.renderWhitespace": "none",
"editor.fontLigatures": false,
"editor.colorDecorators": false,
"editor.fontFamily": " 'Fira Code Retina', 'Consolas', Menlo, Monaco",
"color-highlight.markerType": "background",
"workbench.startupEditor": "newUntitledFile",
"git.confirmSync": false,
"workbench.fontAliasing": "auto",
"editor.snippetSuggestions": "top",
"editor.letterSpacing": 0.5,
"workbench.colorCustomizations": {
"editorCursor.foreground": "#81dac8",
"activityBar.background": "#000C1D",
"activityBar.border": "#102a44",
"sideBar.background": "#001122",
"sideBar.border": "#102a44",
},
"explorer.confirmDragAndDrop": false,
"editor.minimap.enabled": false,
"editor.formatOnSave": true,
"prettier.bracketSpacing": true,
"prettier.singleQuote": true,
"workbench.editor.enablePreviewFromQuickOpen": false,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"prettier.arrowParens": "always",
"explorer.confirmDelete": false,
"bracketPairColorizer.forceIterationColorCycle": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment