1#!/bin/sh
2
3uncrustify -c ../uncrustify.cfg --replace --no-backup *.h *.cpp *.c
4