It seems like this project is not using a .clang-format style file for formatting. Using make indent (which calls astyle with some options) wants to re-format basically the whole source tree for me.
@joto what's your take on this? Also what do you think about documenting this in the dev docs?
It seems like this project is not using a
.clang-formatstyle file for formatting. Usingmake indent(which callsastylewith some options) wants to re-format basically the whole source tree for me.@joto what's your take on this? Also what do you think about documenting this in the dev docs?