mdolab / .github

0 stars 3 forks source link

Update .clang-format #35

Closed A-CGray closed 2 years ago

A-CGray commented 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.

eirikurj commented 2 years ago

Updated the PR description. Replaced the DeriveLineEnding with DerivePointerAlignment