| ▲ | bch 2 days ago | |
I think of it as BSD style, though of course it could be suggested/mandated elsewhere -
As I look, GNU guide is less specific, but examples[1] show the same style.The good thing is that -Wmisleading-indentation [2] (comes along with -Wall) catches this indentation error. [0] https://man.openbsd.org/style - happens to be same for at least NetBSD. [1] https://www.gnu.org/prep/standards/html_node/Syntactic-Conve... | ||