Clang format

This commit is contained in:
Pranav Srinivas KumaR
2019-12-04 20:59:51 -06:00
parent 7a5c9fd48d
commit 9f8cd55762
5 changed files with 181 additions and 185 deletions

View File

@@ -1,2 +1,2 @@
#!/usr/bin/env bash
find ./include ./samples/ -type f \( -iname \*.cpp -o -iname \*.hpp \) | xargs clang-format -style="{ColumnLimit : 100}" -i
find ./include ./demo/ -type f \( -iname \*.cpp -o -iname \*.hpp \) | xargs clang-format -style="{ColumnLimit : 100}" -i