Created
August 5, 2021 19:51
-
-
Save theguuholi/2bb8ee6da613e68e41e593450e53aa34 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
{ | |
"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