Skip to content

Instantly share code, notes, and snippets.

@theguuholi
Created August 5, 2021 19:51
Show Gist options
  • Save theguuholi/2bb8ee6da613e68e41e593450e53aa34 to your computer and use it in GitHub Desktop.
Save theguuholi/2bb8ee6da613e68e41e593450e53aa34 to your computer and use it in GitHub Desktop.
{
"terminal.integrated.automationShell.osx": "",
"editor.fontFamily": "FiraCode-Retina",
"emmet.includeLanguages": {
"html-eex": "html"
},
"files.associations": {
"*.eex": "html-eex",
"*.leex": "html-eex"
},
"beautify.language": {
"js": {
"type": [
"javascript",
"json",
"jsonc"
],
"filename": [
".jshintrc",
".jsbeautifyrc"
]
},
"css": [
"css",
"less",
"scss"
],
"html": [
"htm",
"html",
"html-eex"
]
},
"terminal.integrated.shell.osx": "/bin/zsh",
"[javascript]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[html-eex]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Elixir Theme With Italics",
"explorer.confirmDelete": false,
"[json]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"git.suggestSmartCommit": false,
"security.workspace.trust.untrustedFiles": "open",
"git.confirmSync": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment