Added termcolor

This commit is contained in:
Pranav Srinivas KumaR
2019-12-03 21:25:22 -06:00
parent 349d7b0805
commit 537e350855
5 changed files with 558 additions and 75 deletions

2
clang-format.bash Executable file
View File

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