Question: is there some kind of "standard" for #C like #PEP8 in #Python?

so would like to learn good practices regarding indentation, or if I should do

func() {

}

or

func()
{

}

And all that neat stuff there is to learn.

Follow

@arkedos PEP 7 is the equivalent style guide for C.

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.