diff --git a/.treefmt.toml b/.treefmt.toml index 8ae8c023..0e6248a0 100644 --- a/.treefmt.toml +++ b/.treefmt.toml @@ -28,9 +28,15 @@ excludes = [ "*.yaml", "*.yml", "docker/**", + "temp/**", "scripts/clang-format-wrapper", "include/etl/generators/**", - "include/etl/private/*_cpp03.h" + "include/etl/private/*_cpp03.h", + "subprojects/**", + "test/UnitTest++/**", + "test/Deprecated/**", + "test/Performance/**", + "test/temp/**" ] [formatter.cpp]