Updated .treefmt to exclude more files and directories

This commit is contained in:
John Wellbelove 2026-04-02 08:26:17 +01:00
parent 09dd40d4dd
commit 1405bf65de

View File

@ -28,9 +28,15 @@ excludes = [
"*.yaml", "*.yaml",
"*.yml", "*.yml",
"docker/**", "docker/**",
"temp/**",
"scripts/clang-format-wrapper", "scripts/clang-format-wrapper",
"include/etl/generators/**", "include/etl/generators/**",
"include/etl/private/*_cpp03.h" "include/etl/private/*_cpp03.h",
"subprojects/**",
"test/UnitTest++/**",
"test/Deprecated/**",
"test/Performance/**",
"test/temp/**"
] ]
[formatter.cpp] [formatter.cpp]