Closed A-CGray closed 2 years ago
I just realised that we were using DerivePointerAlignment: true in clang-format, which to me goes against the whole purpose of running a formatter. I propose we set this to false so that we actually enforce a global rule on pointer alignment.
DerivePointerAlignment: true
Updated the PR description. Replaced the DeriveLineEnding with DerivePointerAlignment
DeriveLineEnding
DerivePointerAlignment
I just realised that we were using
DerivePointerAlignment: true
in clang-format, which to me goes against the whole purpose of running a formatter. I propose we set this to false so that we actually enforce a global rule on pointer alignment.