Skip to content

Instantly share code, notes, and snippets.

@dinego
Created January 20, 2022 13:09
Show Gist options
  • Save dinego/bef3f6eb7decd62b7af17b53dd10f011 to your computer and use it in GitHub Desktop.
Save dinego/bef3f6eb7decd62b7af17b53dd10f011 to your computer and use it in GitHub Desktop.
{
"editor.detectIndentation": false,
"editor.tabSize": 2,
"window.zoomLevel": 1,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[scss]": {
"editor.defaultFormatter": "stylelint.vscode-stylelint",
"editor.formatOnSave": true
},
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.tslint": true,
"source.fixAll.stylelint": true
},
"workbench.colorTheme": "Visual Studio 2019 Dark"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment