calamaresstyle 150 B

1234567
  1. #!/bin/sh
  2. # Calls astyle with settings matching Calamares coding style
  3. # Requires astyle >= 2.04
  4. set -e
  5. astyle --options=$(dirname $0)/astylerc "$@"