Style: Update definitions for clang-format 5.0.0

This will be the new standard from now on.
This commit is contained in:
Rémi Verschelde
2017-12-06 21:34:40 +01:00
parent d5ca9e2f6f
commit a8ceb7e3f2
3 changed files with 37 additions and 19 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
CLANG_FORMAT=clang-format-3.9
CLANG_FORMAT=clang-format-5.0
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
# Check the whole commit range against $TRAVIS_BRANCH, the base merge branch