#!/bin/bash clang-format -i -style="{BasedOnStyle: google, IndentWidth: 4}" *.c *.h