Skip to content

Commit

Permalink
Update Taskfile to run format correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-okeefe committed Mar 27, 2024
1 parent 6f59305 commit 0b8757b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b8757b

Please sign in to comment.