Disables clang-tidy check for multiple declarations on the same line for rect dimensi...
authorOmari Stephens <xsdg@xsdg.org>
Mon, 29 Apr 2024 18:44:02 +0000 (18:44 +0000)
committerColin Clark <colin.clark@cclark.uk>
Tue, 30 Apr 2024 09:12:11 +0000 (10:12 +0100)
commit9fe066a09e1bf4a50a6fefa263b50e0faf22bf87
tree32c87e1491ecc5f4b4b2f73ca0bccae6eae7d4e8
parentcbd60bb53ec397482e1bf9ec115ed0e8a09d6d15
Disables clang-tidy check for multiple declarations on the same line for rect dimension variables rx, ry, rw, rh.

Echoing https://www.reddit.com/r/learnprogramming/comments/9zgvlk/comment/ea942uh/
"My recommendation is that you only declare multiple per line if they represent
more or less the same thing, and are used together in such a way that they
logically belong to each other."
src/renderer-tiles.cc