Skip to content

Instantly share code, notes, and snippets.

@fazaio
Created September 5, 2021 08:39
Show Gist options
  • Save fazaio/4f4a54871945fd4ef00504c85b498d0e to your computer and use it in GitHub Desktop.
Save fazaio/4f4a54871945fd4ef00504c85b498d0e to your computer and use it in GitHub Desktop.
{
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"eslint.format.enable": true,
"vetur.format.defaultFormatter.html": "prettyhtml",
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"eslint.alwaysShowStatus": false,
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[javascriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"editor.quickSuggestions": false,
"files.associations": {
"*.vue": "vue"
},
"files.autoSaveDelay": 3000,
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-expand-multiline"
},
"prettyhtml": {
"printWidth": 200,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment