Skip to content

Instantly share code, notes, and snippets.

@yadiap
Last active January 15, 2024 23:00
Show Gist options
  • Select an option

  • Save yadiap/cefd99c35ad27b43b1d4621aa2bf41b0 to your computer and use it in GitHub Desktop.

Select an option

Save yadiap/cefd99c35ad27b43b1d4621aa2bf41b0 to your computer and use it in GitHub Desktop.
vscode setting.json for elixir
{
"editor.tabSize": 2,
"editor.fontFamily": "MesloLGS NF",
"editor.fontSize": 13,
"terminal.integrated.fontFamily": "MesloLGS NF",
"terminal.integrated.fontSize": 13,
"emmet.includeLanguages": {
"elixir": "html",
"phoenix-heex": "html",
},
"files.associations": {
"*.ex": "elixir",
"*.heex": "phoenix-heex",
},
"tailwindCSS.includeLanguages": {
"elixir": "html",
"phoenix-heex": "html",
},
"workbench.iconTheme": "material-icon-theme",
"editor.accessibilitySupport": "on",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment