Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marco-carvalho/156cfe587e6440e340eb4a4e4146173b to your computer and use it in GitHub Desktop.
Save marco-carvalho/156cfe587e6440e340eb4a4e4146173b to your computer and use it in GitHub Desktop.
{
"editor.largeFileOptimizations": false,
"editor.detectIndentation": true,
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.rulers": [80,120],
"editor.scrollBeyondLastLine": false,
"editor.tabSize": 4,
"explorer.autoReveal": true,
"explorer.confirmDelete": false,
"files.trimTrailingWhitespace": true,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"html.format.extraLiners": " ",
"html.format.wrapLineLength": 0,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment