Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Update Objective-C column limit to 100 #3585
Conversation
The Google style guide specifies a limit of 100 columns. https://google.github.io/styleguide/objcguide.xml?showone=Line_Length#Line_Length The Chromium style guide specifies 80. https://chromium.googlesource.com/chromium/src/+/master/styleguide/objective-c/objective-c.md
|
Please? Even though I'll fervently defend 80-chars to the death for Dart, IMHO it does make the Obj-C code significantly more readable. |
|
+1 |
|
Have no opinion about either style. Can you reformat existing ObjC files using the new rule? Also, should probably ping in chat that the style is about to change so people with stashes/patches in progress are not sad after the next rebase. |
|
Yep; sent out the PR to test the waters. I'll push a reformat commit here in 10s. |
f5a7a08
into
flutter:master
The Google style guide specifies a limit of 100 columns. https://google.github.io/styleguide/objcguide.xml?showone=Line_Length#Line_Length The Chromium style guide specifies 80. https://chromium.googlesource.com/chromium/src/+/master/styleguide/objective-c/objective-c.md

The Google style guide specifies a limit of 100 columns.
https://google.github.io/styleguide/objcguide.xml?showone=Line_Length#Line_Length
The Chromium style guide specifies 80.
https://chromium.googlesource.com/chromium/src/+/master/styleguide/objective-c/objective-c.md