mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
31 lines
578 B
Nix
31 lines
578 B
Nix
{
|
|
languages = {
|
|
language = [
|
|
{
|
|
auto-format = true;
|
|
formatter.command = "alejandra";
|
|
name = "nix";
|
|
}
|
|
{
|
|
auto-format = true;
|
|
formatter.command = "haskell";
|
|
name = "haskell";
|
|
}
|
|
{
|
|
auto-format = true;
|
|
formatter.command = "cssfmt";
|
|
name = "css";
|
|
}
|
|
{
|
|
auto-format = true;
|
|
formatter.command = "yuck";
|
|
name = "yuck";
|
|
}
|
|
{
|
|
auto-format = true;
|
|
formatter.command = "yamlfmt";
|
|
name = "yaml";
|
|
}
|
|
];
|
|
};
|
|
}
|