blob: d7197b9ace63f239c3c23fc8ca8cbd3382434806 [file] [log] [blame]
Takuto Ikuta8bd36a22024-01-17 17:34:00 +09001#!/bin/sh
2
3cd $(dirname $(dirname $0))
4
5ensure_file=$(mktemp)
6
7# https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang
8echo 'fuchsia/third_party/clang/${platform} integration' > $ensure_file
9cipd ensure -ensure-file $ensure_file -root clang
10
11git ls-files | egrep '\.(h|cc)$' | fgrep -v 'third_party' |\
12 xargs ./clang/bin/clang-format -i