Sha256: 2b14dc7c7440705f500bda0f8a2e0e16926e0382579690311a10c0d52894713f

Contents?: true

Size: 407 Bytes

Versions: 3

Compression:

Stored size: 407 Bytes

Contents

#!/usr/bin/env bash

. "$(dirname "${BASH_SOURCE[0]}")/../.evergreen/init.sh"

files="$(find "$LIBMONGOCRYPT_DIR/src" "$LIBMONGOCRYPT_DIR/test" -type f -name '*.c' -o -name '*.h' -o -name '*.cpp' -o -name '*.hpp')"
# shellcheck disable=SC2206
IFS=$'\n' files=($files)
bash "$LIBMONGOCRYPT_DIR/etc/format.sh" \
    --style="file:$LIBMONGOCRYPT_DIR/.clang-format" \
    -i \
    "$@" \
    -- "${files[@]:?}"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
libmongocrypt-helper-1.12.0.0.1001 ext/libmongocrypt/libmongocrypt/etc/format-all.sh
libmongocrypt-helper-1.11.0.0.1001 ext/libmongocrypt/libmongocrypt/etc/format-all.sh
libmongocrypt-helper-1.8.0.0.1001 ext/libmongocrypt/libmongocrypt/etc/format-all.sh