mirror of
https://github.com/danog/ton.git
synced 2024-11-26 12:04:48 +01:00
3 lines
69 B
Bash
3 lines
69 B
Bash
|
#!/bin/sh
|
||
|
./src.sh | xargs -n 1 clang-format -verbose -style=file -i
|