From 1e5a94de53cda51d4f24a23aafd22bd500c1f14e Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Mon, 9 Mar 2026 23:06:03 -0400 Subject: [PATCH] run fmt --- docs/Getting-Started/Configuration-File.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Getting-Started/Configuration-File.md b/docs/Getting-Started/Configuration-File.md index 91f7782..3b9ab30 100644 --- a/docs/Getting-Started/Configuration-File.md +++ b/docs/Getting-Started/Configuration-File.md @@ -27,9 +27,9 @@ Fine-tune which ROMs or files are excluded. Applies to ROMs that are single files (not in subfolders). - **extensions**: Exclude files by extension - - Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]` + - Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]` - **names**: Exclude files by name or pattern (supports Unix wildcards) - - Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]` + - Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]` ```yaml exclude: @@ -44,11 +44,11 @@ exclude: Applies to ROMs stored as folders (multi-disc, with DLC, etc.). - **names**: Exclude entire folders by name - - Defaults to `["@eaDir", "__MACOSX", "$RECYCLE.BIN", ".Trash-*", ".stfolder", ".Spotlight-V100", ".fseventsd", ".DocumentRevisions-V100", "System Volume Information"]` + - Defaults to `["@eaDir", "__MACOSX", "$RECYCLE.BIN", ".Trash-*", ".stfolder", ".Spotlight-V100", ".fseventsd", ".DocumentRevisions-V100", "System Volume Information"]` - **parts.names**: Exclude files by name or pattern from within multi-file ROM folders - - Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]` + - Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]` - **parts.extensions**: Exclude files by extension from within multi-file ROM folders - - Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]` + - Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]` ```yaml exclude: