Skip to content

Instantly share code, notes, and snippets.

@joaodejesus
Created January 22, 2022 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joaodejesus/2ce6c0fccf3f2767db83461efe9b4f0f to your computer and use it in GitHub Desktop.
Save joaodejesus/2ce6c0fccf3f2767db83461efe9b4f0f to your computer and use it in GitHub Desktop.
VSCode Settings
{
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "origamid-next-icons",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.lineHeight": 1.75,
"editor.tabSize": 2,
"workbench.colorTheme": "Origamid Next",
"liveServer.settings.CustomBrowser": "firefox",
"editor.wordWrap": "on",
"editor.minimap.renderCharacters": false,
"telemetry.telemetryLevel": "off",
"security.workspace.trust.untrustedFiles": "open",
"breadcrumbs.filePath": "off",
"outline.icons": false,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"editor.formatOnSave": true,
"html.format.wrapAttributes": "auto",
"html.format.wrapLineLength": 0,
"html.autoClosingTags": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"terminal.integrated.defaultProfile.windows": "Git Bash",
"editor.colorDecorators": false,
"color-highlight.markerType": "dot-before"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment