From 98c408492e26ece2c86238ec7b1de431e483b599 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Wed, 4 Dec 2019 11:54:18 -0600 Subject: [PATCH] Updated clang format script --- clang-format.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-format.bash b/clang-format.bash index b6e453b..057c6f5 100755 --- a/clang-format.bash +++ b/clang-format.bash @@ -1,2 +1,2 @@ #!/usr/bin/env bash -find ./include ./test/ -type f \( -iname \*.cpp -o -iname \*.hpp \) | xargs clang-format -style="{ColumnLimit : 100}" -i +find ./include ./samples/ -type f \( -iname \*.cpp -o -iname \*.hpp \) | xargs clang-format -style="{ColumnLimit : 100}" -i