clang-format
Hi,
Could you clang-format the code under dev/src? I want to PR some changes and I don't want to pollute it with formatting stuff.
Also, I guess the .clang-format file should be moved to dev/src, since you probably don't want to clang-format external dependencies.
There's a fair bit of code that would need // clang-format off comments, in particular for pre-processor directives (there is partial support for formatting these with indentation, but some is missing, see https://bugs.llvm.org/show_bug.cgi?id=36020) before we can clang-format all of it.
For now, I'd prefer if you simply used git clang-format to just format your new code.
Ah, and yes that file should be moved :)