tdlight/format.sh

4 lines
144 B
Bash
Raw Normal View History

#!/bin/sh
cd $(dirname $0)
2021-07-04 05:04:13 +02:00
./src.sh | grep -v CxCli.h | grep -iv dotnet | grep -v /tl-parser/ | xargs -n 1 clang-format -verbose -style=file -i