FALCONN
FALCONN copied to clipboard
Incorporate code formatting into Makefile
Currently, it is done by hand via clang-format --style=Google -i <file-name> for C++ and yapf -i <file-name> for Python.