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