From 7d7815e1aa168da60dbba8d7fe8a59367e98fc2a Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Mon, 1 Jul 2024 14:30:37 +0100 Subject: [PATCH] doc: fix global excludes config example Signed-off-by: Brian McGee --- docs/configure.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configure.md b/docs/configure.md index 2d06502..dfe0596 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -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]