Skip to content

Instantly share code, notes, and snippets.

@ioma8
Last active September 22, 2021 13:12
Show Gist options
  • Save ioma8/67f7bab93981ec2b07279f18958b0f60 to your computer and use it in GitHub Desktop.
Save ioma8/67f7bab93981ec2b07279f18958b0f60 to your computer and use it in GitHub Desktop.
{
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"security.workspace.trust.untrustedFiles": "open",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"redhat.telemetry.enabled": true,
"[xml]": {
"editor.defaultFormatter": "fabianlauer.vs-code-xml-format"
},
"git.autofetch": true,
"[json]": {
"editor.defaultFormatter": "lonefy.vscode-JS-CSS-HTML-formatter"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"[vue]": {
"editor.defaultFormatter": "Wscats.vue"
},
"search.useReplacePreview": false,
"editor.fontSize": 13
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment