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 Nov 19, 2023
1 parent e558068 commit 65aa7bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,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";
};
shfmt =
{
Expand Down

0 comments on commit 65aa7bd

Please sign in to comment.