On 24/10/09 05:55AM, Karthik Nayak wrote: > The current value for the column limit is set to 80. While this is as > expected, we often prefer readability over this strict limit. This means > it is common to find code which extends over 80 characters. So let's > change the column limit to be 0 instead. This ensures that the formatter > doesn't complain about code strictly not following the column limit. The column limit does lead to quite a few false positives. At the same time though, in some ways having a tool point out all the instances it occurs does make it easier to review if any should be addressed. If the goal is to have a CI job that we generally expect to pass, then it makes sense to remove it. I don't feel super strongly either way. -Justin