[protobuf] Style guide question: Keep the line length to 80 characters.

2019-10-07 Thread Vishwanath Jayaraman
Per https://developers.google.com/protocol-buffers/docs/style#standard-file-formatting, the suggestion is to "keep the line length to 80 characters". I am using https://github.com/yoheimuta/protolint to do style validation. How should I format a line that exceeds the 80 character length and

[protobuf] Re: Style guide question: Keep the line length to 80 characters.

2019-10-07 Thread Vishwanath Jayaraman
, 2019 at 3:34:12 PM UTC-5, Vishwanath Jayaraman wrote: > > Per > https://developers.google.com/protocol-buffers/docs/style#standard-file-formatting, > > the suggestion is to "keep the line length to 80 characters". I am using > https://github.com/yoheimuta/protolint