Skip to content

Commit

Permalink
Remove cached default from cmake-format exclude regular expression (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jecassis authored Apr 12, 2021
1 parent 1cd8380 commit f9a03a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
option(FORMAT_SKIP_CMAKE "Skip CMake formatting.")

set(CMAKE_FORMAT_EXCLUDE
""
CACHE STRING "CMake formatting file exclusion pattern."
)

find_program(CLANG_FORMAT_PROGRAM clang-format)
find_program(GIT_PROGRAM git)
find_program(CMAKE_FORMAT_PROGRAM cmake-format)
Expand Down

0 comments on commit f9a03a4

Please sign in to comment.