ClickHouse/utils/check-style/fix-style

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
107 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
$(dirname ${BASH_SOURCE[0]})/check-style -l | xargs --no-run-if-empty clang-format -i