agendafs

A filesystem for your calendar.

git clone git://mccd.space/agendafs
commit 5038735bcd45a07b560b204e2e36b34ac93b5cfc
parent ac0e41c804d8a5d5fbcac87e5d4d8fcb39bf63c4
Author: Marc Coquand <marc@coquand.email>
Date:   Sat, 31 May 2025 18:18:58 +0100

Add format

Diffstat:
A.clang-format | 5+++++
Mshell.nix | 1+
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.clang-format b/.clang-format
@@ -0,0 +1,5 @@
+BasedOnStyle: LLVM
+UseTab: Always
+IndentWidth: 8
+TabWidth: 8
+BreakBeforeBraces: Stroustrup
diff --git a/shell.nix b/shell.nix
@@ -12,5 +12,6 @@ pkgs.mkShell {
     fuse3
     gdb
     pkg-config
+    valgrind
   ];
 }