Added single header file v1.7

This commit is contained in:
Pranav Srinivas Kumar
2020-02-13 14:20:40 +05:30
parent 2b27d8f516
commit f5b6b4d779
3 changed files with 1434 additions and 7 deletions

View File

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