Skip to content

Commit 1e5a94d

Browse files
committed
run fmt
1 parent bff60fe commit 1e5a94d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/Getting-Started/Configuration-File.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Fine-tune which ROMs or files are excluded.
2727
Applies to ROMs that are single files (not in subfolders).
2828
2929
- **extensions**: Exclude files by extension
30-
- Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]`
30+
- Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]`
3131
- **names**: Exclude files by name or pattern (supports Unix wildcards)
32-
- Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]`
32+
- Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]`
3333

3434
```yaml
3535
exclude:
@@ -44,11 +44,11 @@ exclude:
4444
Applies to ROMs stored as folders (multi-disc, with DLC, etc.).
4545

4646
- **names**: Exclude entire folders by name
47-
- Defaults to `["@eaDir", "__MACOSX", "$RECYCLE.BIN", ".Trash-*", ".stfolder", ".Spotlight-V100", ".fseventsd", ".DocumentRevisions-V100", "System Volume Information"]`
47+
- Defaults to `["@eaDir", "__MACOSX", "$RECYCLE.BIN", ".Trash-*", ".stfolder", ".Spotlight-V100", ".fseventsd", ".DocumentRevisions-V100", "System Volume Information"]`
4848
- **parts.names**: Exclude files by name or pattern from within multi-file ROM folders
49-
- Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]`
49+
- Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]`
5050
- **parts.extensions**: Exclude files by extension from within multi-file ROM folders
51-
- Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]`
51+
- Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]`
5252

5353
```yaml
5454
exclude:

0 commit comments

Comments
 (0)