Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ Easily setup your custom tool if not in the defaults or you do not want guard-co
```
{
cmd -- string: tool command
args -- table: command arugments
args -- table: command arguments
Comment thread
xiaoshihou514 marked this conversation as resolved.
fname -- boolean: insert filename to args tail
stdin -- boolean: pass buffer contents into stdin
timeout -- integer
ignore_patterns -- table: don't run formatter when pattern match against file name
ignore_patterns -- table: don't run formatter when pattern match against file name
ignore_error -- boolean: when has lsp error ignore format
find -- string: format if the file is found in the lsp root dir
env -- table: environment variables passed to cmd (key value pair)
Expand Down