Skip to content

Instantly share code, notes, and snippets.

@tvc97
Last active August 11, 2020 09:59
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 tvc97/4aeddfb8ed2e687cf8fe217286013371 to your computer and use it in GitHub Desktop.
Save tvc97/4aeddfb8ed2e687cf8fe217286013371 to your computer and use it in GitHub Desktop.
VSCode Setting
{
"editor.fontFamily": "Office Code Pro, Monaco, 'Courier New', monospace",
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.fontWeight": "500",
"editor.fontSize": 12,
"editor.lineHeight": 22,
"workbench.colorTheme": "GitHub Light",
"git.autofetch": true,
"prettier.singleQuote": true,
"prettier.jsxSingleQuote": true,
"prettier.jsxBracketSameLine": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.suggest.autoImports": false,
"explorer.confirmDelete": false,
"window.zoomLevel": 0,
"workbench.iconTheme": "vscode-icons",
"customizeUI.font.monospace": "Office Code Pro",
"customizeUI.font.regular": "mononoki NF",
"customizeUI.titleBar": "inline",
"window.titleBarStyle": "native",
"editor.suggestSelection": "first",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment