From 4b6812a2955d884fabd416acf83836543c811bc5 Mon Sep 17 00:00:00 2001 From: Teppei Taguchi <52838441+tetzng@users.noreply.github.com> Date: Sun, 11 Feb 2024 04:18:23 +0900 Subject: [PATCH] fix: typo (#144) * fix: typo * fix: format ignore_patterns --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 597d56f..05caca7 100644 --- a/README.md +++ b/README.md @@ -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)