Skip to main content
Source Link
hotpaw2
  • 8k
  • 4
  • 23
  • 48

I prefer braces for consistency, but not wasting too much white space (so more readably formatted code is in my limited field of view). So I write this for short enough lines:

If (cond) { statement; }
Post Made Community Wiki by hotpaw2