add formatting for angular

This commit is contained in:
andrzej 2024-11-07 13:33:40 +01:00
parent bbc8bdbea2
commit b55ed53572
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ return { -- Autoformat
-- is found. -- is found.
javascript = { { "prettierd", "prettier" } }, javascript = { { "prettierd", "prettier" } },
bash = { "shellcheck" }, bash = { "shellcheck" },
htmlangular = { "prettierd", "prettier", "ts_ls" },
}, },
}, },
} }