FALCONN icon indicating copy to clipboard operation
FALCONN copied to clipboard

Incorporate code formatting into Makefile

Open ilyaraz opened this issue 9 years ago • 0 comments

Currently, it is done by hand via clang-format --style=Google -i <file-name> for C++ and yapf -i <file-name> for Python.

ilyaraz avatar May 02 '16 14:05 ilyaraz