Skip to content

Commit

Permalink
fix: latexindent breaks on non-unix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshihou514 authored Aug 13, 2023
1 parent f224bc4 commit bb5eb8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/guard/tools/formatter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ M.isort = {

M.latexindent = {
cmd = 'latexindent',
args = { '-g', '/dev/null' },
stdin = true,
}

Expand Down

2 comments on commit bb5eb8f

@glepnir
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

avoid test broken . it's best use pr instead of push directly .

@xiaoshihou514
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

avoid test broken . it's best use pr instead of push directly .

OK, I found why test is broken tho(probably)

Please sign in to comment.