Update clang-format to version 8 (2)

presentation
Ulrich Huber 7 years ago
parent 959997b45e
commit cd5d068d45
  1. 2
      azure-pipelines/clang-format-applied.yml

@ -34,7 +34,7 @@ stages:
git checkout FETCH_HEAD
if [ -n "$LOMF" ]; then
# Apply clang-format to enforce proper format
clang-format -i -style=file $LOMF
clang-format-8 -i -style=file $LOMF
# All previously badly formatted files should now be modified
fi
displayName: 'Apply clang-format on modified files'

Loading…
Cancel
Save