diff --git a/docs/config-file.md b/docs/config-file.md index b973f5d..2631ef6 100644 --- a/docs/config-file.md +++ b/docs/config-file.md @@ -280,4 +280,14 @@ To configure per dotfile: dotfiles: f_abc: ignore_missing_in_dotdrop: true -``` \ No newline at end of file +``` + +## toml + +Dotdrop should be able to handle `toml` config file however this +feature hasn't been extensively tested. A base [config.toml](/config.toml) is available to get started. + +The script ([yaml-to-toml.py](/scripts/yaml-to-toml.py)) allows to convert a `yaml` dotdrop +config file to `toml`. + +For more see issue [#343](https://github.com/deadc0de6/dotdrop/issues/343). \ No newline at end of file