From 0b8757be5edb8e79c797b89f070088a47d955b0c Mon Sep 17 00:00:00 2001 From: Michael O'Keefe Date: Wed, 27 Mar 2024 12:30:08 -0600 Subject: [PATCH] Update Taskfile to run format correctly --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index a13083ae..5a55a7d8 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -4,7 +4,7 @@ tasks: format: desc: Run clang-format over all project files cmds: - - clang-format -i -style=file src/erin_next*.cpp include/erin_next/*.h + - clang-format -i -style=file src/*.cpp include/**/*.h init: desc: Initialize the build directory cmds: