diff options
Diffstat (limited to '')
-rw-r--r-- | treefmt.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/treefmt.nix b/treefmt.nix index 3de59f8..1cbab40 100644 --- a/treefmt.nix +++ b/treefmt.nix @@ -56,7 +56,10 @@ treefmt-nix.lib.evalModule pkgs ( }; settings = { - global.excludes = ["CHANGELOG.md"]; + global.excludes = [ + "CHANGELOG.md" + "NEWS.md" + ]; formatter = { clang-format = { options = ["--style" "GNU"]; |