kodecocodes / objective-c-style-guide

A style guide that outlines the coding conventions for Kodeco
http://www.raywenderlich.com/62570/objective-c-style-guide
3.1k stars 628 forks source link

What is the recommended line width for Objective-C? #53

Open cococo1 opened 10 years ago

cococo1 commented 10 years ago

So this was the primary question which I was trying to answer when I found this guide. Strangely enough, neither in Apple's official documentation nor here it is not indicated. Google, on the other hand, in its style guide recommends 100 columns. Objective-C is quite a verbose language, so may be even 120 is still good.