doc: fix global excludes config example

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-07-01 14:30:37 +01:00
parent ab9f831d72
commit 7d7815e1aa
No known key found for this signature in database
GPG Key ID: D49016E76AD1E8C0

View File

@ -7,6 +7,7 @@ outline: deep
The `treefmt.toml` configuration file consists of a mixture of global options and formatter sections:
```toml
[global]
excludes = ["*.md", "*.dat"]
[formatter.elm]