Skip to content
Snippets Groups Projects
reformat_files 69 B
Newer Older
#!/bin/bash

echo "Reformatting $@"
clang-format -i -style="file" $@