mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 04:59:15 +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:
@@ -229,7 +229,7 @@ dotfiles:
|
|||||||
d_zsh:
|
d_zsh:
|
||||||
src: zsh
|
src: zsh
|
||||||
dst: ~/.config/zsh
|
dst: ~/.config/zsh
|
||||||
impignore:
|
impignore:
|
||||||
- "plugins/*"
|
- "plugins/*"
|
||||||
- "!plugins/custom_plugin.zsh"
|
- "!plugins/custom_plugin.zsh"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user