Skip to content

Commit

Permalink
fix(stylua): add --respect-ignores flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jan 10, 2024
1 parent b026563 commit 4637513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ in
name = "stylua";
description = "An Opinionated Lua Code Formatter.";
types = [ "file" "lua" ];
entry = "${tools.stylua}/bin/stylua";
entry = "${tools.stylua}/bin/stylua --respect-ignores";
};
tagref =
{
Expand Down

0 comments on commit 4637513

Please sign in to comment.