Skip to content

Instantly share code, notes, and snippets.

@agjs
Created October 29, 2023 12:20
Show Gist options
  • Save agjs/bf2225d21bc9758a2baa51a99936e300 to your computer and use it in GitHub Desktop.
Save agjs/bf2225d21bc9758a2baa51a99936e300 to your computer and use it in GitHub Desktop.
gist
{
"workbench.sideBar.location": "right",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 12,
"editor.fontLigatures": "'ss02' on, 'ss04' on, 'ss07' on, 'ss08' on, 'ss10' on, 'ss12' on",
"editor.lineHeight": 18,
"editor.fontVariations": true,
"background.backgroundOpacity": [0.95, 0.9, 0.9, 0.5],
"background.backgroundAlignment": [
"Center Center",
"Center Center",
"Center Center",
"Center Center"
],
"editor.inlineSuggest.enabled": true,
"editor.minimap.enabled": false,
"workbench.statusBar.visible": false,
"git.autofetch": true,
"redhat.telemetry.enabled": false,
"git.openRepositoryInParentFolders": "never",
"editor.wordWrap": "on",
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.delimiterInsideMessage": "───",
"turboConsoleLog.insertEmptyLineAfterLogMessage": true,
"turboConsoleLog.insertEmptyLineBeforeLogMessage": true,
"window.zoomLevel": 4,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"chatgpt.lang": "en",
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"git.ignoreRebaseWarning": true,
"editor.formatOnSave": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"background.backgroundBlur": ["50", "0", "0", "0"],
"eslint.lintTask.enable": true,
"editor.renderWhitespace": "all",
"workbench.activityBar.visible": false,
"diffEditor.ignoreTrimWhitespace": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment