SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.51k stars 1.11k forks source link

Fix tabs in multi-line comments #1619

Closed heinezen closed 4 months ago

heinezen commented 5 months ago

Changes clang-format settings to

This should solve my inconsistent tab usage in docstrings.

I also reformatted the whole codebase, so everything should conform to the clang-format rules now. 99% of changes in this PR are the tab issues, the others are for files that were not formatted with the clang-format rules before. In some situations I turned clang-format off for better readability, e.g. when an array is used as a 2-dimensional matrix.