zellij/zellij-utils
a-kenji d667dc2a87
feat(config): Allow empty config files (#720)
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.
2021-10-01 21:49:47 +02:00
..
assets feat(plugin): add manifest to allow for plugin configuration (#660) 2021-09-22 18:13:21 +01:00
src feat(config): Allow empty config files (#720) 2021-10-01 21:49:47 +02:00
Cargo.toml chore(version): bump development version 2021-09-30 11:39:04 +02:00