summaryrefslogtreecommitdiffhomepage
path: root/run_format.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_format.sh')
-rwxr-xr-xrun_format.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/run_format.sh b/run_format.sh
index 9385aed6..7e7189a0 100755
--- a/run_format.sh
+++ b/run_format.sh
@@ -14,3 +14,7 @@ echo -e "Files found to format = \n\"\"\"\n$FILE_LIST\n\"\"\""
# mistakenly see the entire blob of newline-separated file names as a SINGLE file name instead
# of as a new-line separated list of *many* file names!
clang-format --verbose -i --style=file $FILE_LIST
+
+foreach i ( $FILE_LIST )
+ ./camel_2_snake.py i
+end