diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/dev.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/dev.nix b/nix/dev.nix index e42ac5b4..c39e1565 100644 --- a/nix/dev.nix +++ b/nix/dev.nix @@ -20,7 +20,7 @@ clang-format = { enable = true; - types_or = ["c" "c++"]; + types_or = ["c" "c++" "java" "json" "objective-c"]; }; }; }; |