Variable Formatter.maxLineLength

class Formatter
{
  // ...
  uint maxLineLength = 80;
  // ...
}