mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-12 11:12:16 +00:00
3 lines
69 B
Bash
3 lines
69 B
Bash
|
#!/bin/sh
|
||
|
./src.sh | xargs -n 1 clang-format -verbose -style=file -i
|