4 lines
112 B
Bash
Executable File
4 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
astyle -A4 --indent=spaces=4 --indent-switches --keep-one-line-blocks --pad-header --convert-tabs $@
|