I've seen couple of projects that have similar opening brace placement
for multiline conditions. Here are links to their style guides:
https://github.com/mpv-player/mpv/blob/master/DOCS/contribute.md
and
http://gem5.org/Coding_Style#Braces
>Воскресенье, 7 августа 2016, 3:04 +03:00 от Rinat Ib
Hi.
When indent is four spaces, "if" conditions spanning multiple lines
could be difficult to discern from the "if" body. Indentation is the
same, so they are visually blending. (See example below). One of the
solutions is to place opening brace on a separate line when "if"
condition spans multipl