Last active
September 22, 2021 13:12
-
-
Save ioma8/67f7bab93981ec2b07279f18958b0f60 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"[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