Skip to content

Commit

Permalink
[FIX] README
Browse files Browse the repository at this point in the history
  • Loading branch information
janstrohbeck committed Jan 19, 2021
1 parent 8eee014 commit e5537b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ setup_git_hooks(ABORT_COMMIT)
# defines which tools should be run on pre-commit (comma-separated list of: format, lint)
setup_git_hooks(MODES "format")
# comma-separated list of directories to ignore
setup_git_hooks(IGNORE_DIRS "src,include")
# colon-separated list of directories to ignore
setup_git_hooks(IGNORE_DIRS "src:include")
# Style option for clang-format (-style=...)
# You should probably leave this at "file", so that it uses
Expand Down

0 comments on commit e5537b8

Please sign in to comment.