Skip to content

Commit

Permalink
fix: typo (#144)
Browse files Browse the repository at this point in the history
* fix: typo

* fix: format ignore_patterns
  • Loading branch information
tetzng authored Feb 10, 2024
1 parent a92b2e0 commit 4b6812a
Showing 1 changed file with 2 additions and 2 deletions.
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
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

0 comments on commit 4b6812a

Please sign in to comment.