shfmt: Use tabs to indent, to match pre-commit hook
This commit is contained in:
parent
9dc5bbc525
commit
0d71113b22
1 changed files with 4 additions and 1 deletions
|
@ -270,7 +270,10 @@
|
||||||
package = pkgs.nixfmt-rfc-style;
|
package = pkgs.nixfmt-rfc-style;
|
||||||
};
|
};
|
||||||
shellcheck.enable = true;
|
shellcheck.enable = true;
|
||||||
shfmt.enable = true;
|
shfmt = {
|
||||||
|
enable = true;
|
||||||
|
indent_size = 0;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue