Skip to content

Commit

Permalink
Update README.md (#143)
Browse files Browse the repository at this point in the history
fixed typo in one of the configuration parameters
  • Loading branch information
brongulus committed Jan 31, 2024
1 parent d478286 commit f3ddb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Easily setup your custom tool if not in the defaults or you do not want guard-co
fname -- boolean: insert filename to args tail
stdin -- boolean: pass buffer contents into stdin
timeout -- integer
ignore_pattern -- 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 f3ddb31

Please sign in to comment.