Skip to content

Commit

Permalink
build: add experiental dir to format rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabriel96 committed Feb 2, 2025
1 parent a1d7feb commit b8af589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ format:
clang-format --verbose -i \
examples/*.cpp \
include/*.hpp \
include/experimental/*.hpp \
src/*.cpp \
src/experimental/*.cpp \
tests/*.cpp

clean:
Expand Down

0 comments on commit b8af589

Please sign in to comment.