1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

Fix formatting for YAML example in docs/config.md

Accidentally used a hard tab instead of spaces when indenting a YAML code snippet
This commit is contained in:
Joey Territo
2020-12-29 03:06:59 +00:00
committed by GitHub
parent 6d5955b0a5
commit a93d47556b

View File

@@ -229,7 +229,7 @@ dotfiles:
d_zsh:
src: zsh
dst: ~/.config/zsh
impignore:
impignore:
- "plugins/*"
- "!plugins/custom_plugin.zsh"
```