this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

vscode: add formatter for phoenix-heex files

+1
+1
modules/programs/vscode.nix
··· 99 99 "editor.defaultFormatter" = "esbenp.prettier-vscode"; 100 100 "[elixir]"."editor.defaultFormatter" = "JakeBecker.elixir-ls"; 101 101 "[nix]"."editor.defaultFormatter" = "kamadorueda.alejandra"; 102 + "[phoenix-heex]"."editor.defaultFormatter" = "JakeBecker.elixir-ls"; 102 103 "[prisma]"."editor.defaultFormatter" = "Prisma.prisma"; 103 104 "[python]"."editor.defaultFormatter" = "ms-python.python"; 104 105 "[rust]"."editor.defaultFormatter" = "rust-lang.rust-analyzer";