lineBreakInterval
For every lineBreakInterval of encoded data, a line break will be output.
Will ONLY output line breaks if isLenient is set to true.
e.g.
isLenient = true
lineBreakInterval = 0
// SGVsbG8gV29ybGQh
isLenient = true
lineBreakInterval = 10
// SGVsbG8gV2
// 9ybGQh
isLenient = false
lineBreakInterval = 10
// SGVsbG8gV29ybGQh
Content copied to clipboard
Enable by setting to a value between 1 and 127, and setting isLenient to true.
A great value is 64
Default: 0