mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
6 lines
232 B
Bash
6 lines
232 B
Bash
#!/bin/sh
|
|
# Astyle settings used to format our source code
|
|
/usr/bin/astyle --indent=spaces=4 --indent-switches --brackets=break \
|
|
--convert-tabs --keep-one-line-statements --keep-one-line-blocks \
|
|
$*
|