summaryrefslogtreecommitdiff
path: root/scripts/format-code.sh
blob: 606379a005c47acb72d381af27a63c8831ae8b77 (plain)
1
2
3
#!/bin/bash

astyle --options=./scripts/mrswatson.astyle --recursive "main/*.c" "source/*.c" "source/*.cpp" "source/*.h" "test/*.c" "test/*.h"