From a93d47556b5daf672f521900f051da4d6a1ae055 Mon Sep 17 00:00:00 2001 From: Joey Territo <54502648+jtt9340@users.noreply.github.com> Date: Tue, 29 Dec 2020 03:06:59 +0000 Subject: [PATCH] Fix formatting for YAML example in docs/config.md Accidentally used a hard tab instead of spaces when indenting a YAML code snippet --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 0529c95..7ac4ff0 100644 --- a/docs/config.md +++ b/docs/config.md @@ -229,7 +229,7 @@ dotfiles: d_zsh: src: zsh dst: ~/.config/zsh - impignore: + impignore: - "plugins/*" - "!plugins/custom_plugin.zsh" ```