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.
Changes
clang-format
settings toAlignTrailingComments: true
ReflowComments: true
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.