flu-plus-plus / bachelorproef

Bachelorproef Informatica Universiteit Antwerpen 2016–2017
Other
0 stars 4 forks source link

Run clang-format on the entire project #51

Closed lynn closed 7 years ago

lynn commented 7 years ago

Youch. This touches basically everything, but the horrible space-tab mixing is finally over with. I’d like to get rid of inline comments, as they’re a pain to read IMO; I got rid of the ones I could detect using Doxygen syntax, but I don’t want to spend too much time on this. From here on out, it’s safe to just make things look nice under our clang-format options as we go along.

I removed the copyright templates for now. See the commit message for a brief rationale.