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