Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
reformat_files 69 B
#!/bin/bash

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