Skip to content

Instantly share code, notes, and snippets.

@anonymousraft
Last active June 16, 2020 03:45
Show Gist options
  • Select an option

  • Save anonymousraft/d3136ae60fcb0818d44b5ead2382bddf to your computer and use it in GitHub Desktop.

Select an option

Save anonymousraft/d3136ae60fcb0818d44b5ead2382bddf to your computer and use it in GitHub Desktop.
VS Code settings
{
"workbench.colorTheme": "Oceanic Next (dimmed bg)",
"files.autoSave": "onFocusChange",
"editor.minimap.enabled": true,
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"editor.formatOnSave": false,
"workbench.colorCustomizations": {
"statusBar.background": "#333333",
"statusBar.noFolderBackground": "#333333",
"statusBar.debuggingBackground": "#263238"
},
"editor.fontSize": 16,
"css.validate": false,
"scss.validate": false,
"less.validate": false,
"editor.wordWrap": "on",
"workbench.startupEditor": "newUntitledFile",
"[json]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"editor.formatOnPaste": true,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment