aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/dev.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nix/dev.nix b/nix/dev.nix
index 635c6bb4..c39e1565 100644
--- a/nix/dev.nix
+++ b/nix/dev.nix
@@ -19,9 +19,8 @@
nil.enable = true;
clang-format = {
- enable =
- false; # As most of the codebase is **not** formatted, we don't want clang-format yet
- types_or = ["c" "c++"];
+ enable = true;
+ types_or = ["c" "c++" "java" "json" "objective-c"];
};
};
};