Fix #714 Allow empty `config` and `layout` files - Currently empty files are parsed as yaml documents, since they are empty they are invalid yaml files and a deseralization error would follow. Now we ignore the incorrect yaml on an empty document and treat it as an empty yaml document. Eg: ``` ``` and ``` --- ``` Are now treated equally. Alternative: Keep treating the files as `yaml` documents. |
||
|---|---|---|
| .. | ||
| unit | ||
| actions.rs | ||
| command.rs | ||
| config.rs | ||
| keybinds.rs | ||
| layout.rs | ||
| mod.rs | ||
| mouse.rs | ||
| options.rs | ||
| plugins.rs | ||
| theme.rs | ||