From b132269608559d256ae3c12f7f7b578150d13d1c Mon Sep 17 00:00:00 2001 From: Teppei Taguchi Date: Sat, 10 Feb 2024 23:39:50 +0900 Subject: [PATCH 1/2] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 597d56f5..bfd94dfe 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ 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 From 12ec0adfc20726a7ad6346c76a0aee7ecd5296b6 Mon Sep 17 00:00:00 2001 From: Teppei Taguchi Date: Sun, 11 Feb 2024 00:49:28 +0900 Subject: [PATCH 2/2] fix: format ignore_patterns --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfd94dfe..05caca76 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,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_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)