Skip to content

Instantly share code, notes, and snippets.

@sudara
Created August 21, 2018 20:20
Show Gist options
  • Save sudara/de938827a4690ad082efd11045a6b06c to your computer and use it in GitHub Desktop.
Save sudara/de938827a4690ad082efd11045a6b06c to your computer and use it in GitHub Desktop.
{
"files.associations": {
"*.js.erb": "javascript"
},
"workbench.editor.enablePreview": false,
"editor.selectionHighlight": false,
"telemetry.enableTelemetry": false,
"eslint.packageManager": "yarn",
"editor.fontFamily": "Operator Mono SSm",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"window.zoomLevel": 0,
"editor.cursorBlinking": "phase",
"eslint.run": "onSave",
"editor.minimap.enabled": false,
// The number of spaces a tab is equal to. This setting is overriden
// based on the file contents when `editor.detectIndentation` is true.
"editor.tabSize": 2,
// Insert spaces when pressing Tab. This setting is overriden
// based on the file contents when `editor.detectIndentation` is true.
"editor.insertSpaces": true,
// When opening a file, `editor.tabSize` and `editor.insertSpaces`
// will be detected based on the file contents. Set to false to keep
// the values you've explicitly set, above.
"editor.detectIndentation": false,
"explorer.openEditors.visible": 0,
"workbench.iconTheme": "vs-minimal",
"workbench.colorCustomizations": {
"statusBar.background": "#f1f1f1",
"statusBar.foreground": "#787878",
"titleBar.activeBackground": "#f1f1f1",
"statusBar.noFolderBackground": "#f1f1f1",
},
"explorer.confirmDragAndDrop": false,
"search.location": "panel",
"workbench.colorTheme": "Night Owl",
"workbench.startupEditor": "newUntitledFile",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment