Skip to content

Instantly share code, notes, and snippets.

@yadiap
yadiap / setting.json
Last active January 15, 2024 23:00
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",
},