zenity/utils/format.sh
Arx Cruz 8c5e60de83 Adding clang-format script
All the code in zenity from now, will follow this format style
2017-04-07 13:52:26 +02:00

4 lines
106 B
Bash

#!/bin/bash
find src -type f \( -iname '*.c' -or -iname '*.h' \) -exec clang-format -i -style=file {} \;