Skip to content

Instantly share code, notes, and snippets.

@evandropsantos
Last active May 12, 2023 18:08
Show Gist options
  • Save evandropsantos/ca0bd795965545068f1f828bf1ca54ac to your computer and use it in GitHub Desktop.
Save evandropsantos/ca0bd795965545068f1f828bf1ca54ac to your computer and use it in GitHub Desktop.
{
"editor.bracketPairColorization.enabled": true,
"editor.detectIndentation": false,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.guides.bracketPairs": "active",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.renderLineHighlight":"gutter",
"editor.renderWhitespace": "all",
"editor.rulers": [80, 120],
"editor.tabSize": 2,
"git.confirmSync": false,
"javascript.preferences.quoteStyle": "single",
"security.workspace.trust.enabled": false,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.fontSize": 12,
"terminal.integrated.tabs.enabled": false,
"typescript.preferences.quoteStyle": "single",
"window.zoomLevel": 0,
"workbench.colorCustomizations": { "terminal.background":"#222" },
"workbench.colorTheme": "Dracula Soft",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"[python]": { "editor.formatOnType": true },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment