update conform formatters

This commit is contained in:
♥ Minnie ♥ 2024-11-28 22:12:50 +08:00
parent f6df2dd1a2
commit 51592e2500
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -13,6 +13,8 @@
# Map of filetype to formatters.
formattersByFt = {
c = ["clang-format"];
haskell = ["stylish-haskell"];
lua = ["stylua"];
nix = ["alejandra"];
};
};