Files
.dotfiles/zsh/config.d/90-envoy.zsh
2024-01-05 11:16:39 -05:00

2 lines
162 B
Bash

[ "$(which clang-format)" != "" ] && export CLANG_FORMAT=/opt/llvm/bin/clang-format || echo "WARNING: clang-format not installed. Required to push to envoy repo"