]> git.taranathan.com Git - FRC2027.git/commitdiff
maybe this will format stuff on commit? main
authorTaran Nathan <moogoesmeow123@gmail.com>
Sun, 31 May 2026 05:44:30 +0000 (22:44 -0700)
committerTaran Nathan <moogoesmeow123@gmail.com>
Sun, 31 May 2026 05:47:50 +0000 (22:47 -0700)
devenv.nix

index 57a71d906e90980bcae36d5cc1be16449a2f1d69..581f7fb910b9cde1feb7cf316e3e112f72ab22d1 100644 (file)
@@ -79,7 +79,8 @@
     enable = true;
     name = "Formatting";
     entry = "google-java-format";
-    types = ["java"];
+    # types = ["java"];
+    files = "\\.(c|h)$";
   };
 
   # See full reference at https://devenv.sh/reference/options/