From 8c5e60de83618a5b2a9344223cc56ee29eacf3a4 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Fri, 7 Apr 2017 13:50:47 +0200 Subject: Adding clang-format script All the code in zenity from now, will follow this format style --- utils/format.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 utils/format.sh (limited to 'utils') diff --git a/utils/format.sh b/utils/format.sh new file mode 100644 index 00000000..7d557e1c --- /dev/null +++ b/utils/format.sh @@ -0,0 +1,3 @@ +#!/bin/bash +find src -type f \( -iname '*.c' -or -iname '*.h' \) -exec clang-format -i -style=file {} \; + -- cgit