Skip to content

Commit

Permalink
Merge pull request #371 from mrcjkb/stylua-respect-ignores
Browse files Browse the repository at this point in the history
fix(stylua): add --respect-ignores flag
  • Loading branch information
domenkozar authored Jan 20, 2024
2 parents ffa9a5b + 35ba4e7 commit f56597d
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 @@ -2350,7 +2350,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 f56597d

Please sign in to comment.