diff --git a/AGENT.md b/AGENTS.md similarity index 100% rename from AGENT.md rename to AGENTS.md diff --git a/src/config.rs b/src/config.rs index e7f3e24..3b36966 100644 --- a/src/config.rs +++ b/src/config.rs @@ -170,6 +170,7 @@ pub struct MetaPluginConfig { pub struct Settings { #[serde(default)] pub dir: PathBuf, + #[serde(default)] pub list_format: Vec, #[serde(default)] pub table_config: TableConfig,