about summary refs log tree commit diff stats
path: root/src/config/file_system.rs (follow)
Commit message (Collapse)AuthorAge
* fix(config/from_filesystem): Just load an empty config, if there isn't oneBenedikt Peetz2024-08-23
|
* style(treewide): FormatBenedikt Peetz2024-08-23
|
* feat(treewide): Use a configuration fileBenedikt Peetz2024-08-23
This allows use to avoid duplication of default values in the codebase and obviously also facilitates changing these without having to re-compile.