Skip to content

Instantly share code, notes, and snippets.

@melzreal
Created December 15, 2021 20:02
Show Gist options
  • Save melzreal/138a37a674a853fc58ba26cb7f1a65b7 to your computer and use it in GitHub Desktop.
Save melzreal/138a37a674a853fc58ba26cb7f1a65b7 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Cobalt2",
"editor.fontSize": 16,
"themeswitcher.utcOffset": 1,
"themeswitcher.mappings": [
{
"time": "08:00",
"theme": "GitHub Plus"
},
{
"time": "14:00",
"theme": "Cobalt2"
}
],
"emmet.includeLanguages": {
"erb": "html",
"ruby": "html"
},
"emmet.triggerExpansionOnTab": true,
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.singleQuote": true,
"[json]": {
"editor.quickSuggestions": {
"strings": true
},
"editor.suggest.insertMode": "replace"
},
"editor.tabSize": 2,
"redhat.telemetry.enabled": false,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"highlight-matching-tag.enabled": true,
"highlight-matching-tag.styles": {
"opening": {
"left": {
"custom": {
"borderWidth": "0 0 0 1px",
"borderStyle": "solid",
"borderColor": "red",
"overviewRulerColor": "white"
}
},
"right": {
"custom": {
"borderWidth": "0 1px 0 0",
"borderStyle": "solid",
"borderColor": "red",
"overviewRulerColor": "white"
}
},
"name": {
"underline": "red"
}
}
},
"editor.matchBrackets": "never",
"highlight-matching-tag.customEmptyElements": null,
"ruby.useBundler": true, //run non-lint commands with bundle exec
"ruby.useLanguageServer": true, // use the internal language server (see below)
"security.workspace.trust.untrustedFiles": "open",
"highlight-matching-tag.highlightFromContent": true,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"window.zoomLevel": 1,
"bracket-pair-colorizer-2.depreciation-notice": false,
"bracketPairColorizer.depreciation-notice": false // use rubocop for formatting
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment