1#!/bin/bash
2cd `dirname $0`
3clang-format -i --style=File sources/*.h sources/*.cpp test/*.cpp
4