Use default style for clang-format
It correctly picks up .clang-format settings. For issue #92 and related.
This commit is contained in:
parent
aa8476d76a
commit
82c469fc69
1 changed files with 1 additions and 1 deletions
|
@ -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]}"
|
||||
|
|
Loading…
Reference in a new issue