switch to clang-format-6.0 (#3533)
This commit is contained in:
committed by
GitHub
parent
a080551f26
commit
7ade46c61f
@ -3,4 +3,4 @@
|
||||
set -e
|
||||
set -x
|
||||
|
||||
clang-format-4.0 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false)
|
||||
clang-format-6.0 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false)
|
||||
|
Reference in New Issue
Block a user