refs #146 bump clang-format version to 12

This commit is contained in:
rusdacent
2020-10-20 13:41:00 +03:00
parent 09d3a42c14
commit ebd7120151
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# set -e
CLANG_FORMAT_BIN="/usr/bin/clang-format-11"
CLANG_FORMAT_BIN="/usr/bin/clang-format-12"
PATH="$HOME/.cargo/bin:${PATH}"
PROJECT_DIR=$(pwd)