mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 23:59:32 +08:00
4 lines
168 B
Bash
4 lines
168 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
astyle --style=allman --indent=spaces=4 --pad-oper --pad-header --unpad-paren --suffix=none --align-pointer=name --lineend=linux --convert-tabs --verbose $1
|