1
0
Fork 0

Use default style for clang-format

It correctly picks up .clang-format settings.

For issue #92 and related.
This commit is contained in:
Mikhail Goncharov 2020-01-21 15:44:35 +01:00
parent aa8476d76a
commit 82c469fc69

View file

@ -22,7 +22,7 @@ echo "Running linters... ====================================="
cd "${WORKSPACE}"
# Let clang format apply patches --diff doesn't produces results in the format we want.
git-clang-format --style=llvm
git-clang-format
set +e
git diff -U0 --exit-code > "${TARGET_DIR}"/clang-format.patch
STATUS="${PIPESTATUS[0]}"