update conform formatters
This commit is contained in:
parent
f6df2dd1a2
commit
51592e2500
|
@ -13,6 +13,8 @@
|
|||
# Map of filetype to formatters.
|
||||
formattersByFt = {
|
||||
c = ["clang-format"];
|
||||
haskell = ["stylish-haskell"];
|
||||
lua = ["stylua"];
|
||||
nix = ["alejandra"];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue