nushell changes

This commit is contained in:
Tao Tien 2024-02-08 09:07:51 -08:00
parent 522155b556
commit b572285863
2 changed files with 5 additions and 92 deletions

View file

@ -38,12 +38,8 @@
};
indent = { tab-width = 8; unit = "\t"; };
}
{
name = "nix";
auto-format = true;
formatter = { command = "nixpkgs-fmt"; };
}
{ name = "html"; auto-format = true; indent = { tab-width = 4; unit = "\t"; }; }
{ name = "html"; auto-format = false; indent = { tab-width = 4; unit = "\t"; }; }
{ name = "nix"; auto-format = true; formatter = { command = "nixpkgs-fmt"; }; }
];
grammar = [
{