fpw / avitab

X-Plane plugin that displays a tablet to aid VR usage
GNU Affero General Public License v3.0
299 stars 58 forks source link

Add .clang-format that I used to format newly introduced files #177

Closed cyberang3l closed 10 months ago

cyberang3l commented 10 months ago

As a side note, I see that clang-format has improved a lot, and has many configuration options to tune it to your liking.

One specific thing you pointed out to me earlier aligning a group of constants at the assignment operator seems to be working with the config in this PR (corresponding docs: https://clang.llvm.org/docs/ClangFormatStyleOptions.html#alignconsecutiveassignments).