nushell changes
This commit is contained in:
parent
522155b556
commit
b572285863
2 changed files with 5 additions and 92 deletions
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue