diff --git a/dprint.json b/dprint.json index a7ab5804d..296f5b2f9 100644 --- a/dprint.json +++ b/dprint.json @@ -4,7 +4,8 @@ "markdown": {}, "toml": {}, "includes": [ - "**/*.{md}" + "**/*.{md}", + "**/*.{toml}" ], "excludes": [ ".pytest_cache/**",