Indentation should be 2 spaces. This is a pretty common indentation style and good for fitting code on 80 characters per line.
Exceptions: See ternary operator.
if (true) {
// Do something
}
Indentation should be 2 spaces. This is a pretty common indentation style and good for fitting code on 80 characters per line.
Exceptions: See ternary operator.
if (true) {
// Do something
}