Open mikedilger opened 8 years ago
To avoid lines longer than 998 characters, we should be adding folding white space where available. We will need a fold method (per header type / enum variant), as different headers have different places where they may be folded.
Body line length is already checked. This is for headers.
To avoid lines longer than 998 characters, we should be adding folding white space where available. We will need a fold method (per header type / enum variant), as different headers have different places where they may be folded.