You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2025. It is now read-only.
edit.c: Make line break detection much more conservative.
Detection now requires consistent line breaks being present within sampling
buffer. If breaks of different types are found, or there's a slightest
suspicion that it may be binary content, it reverts to binary-safe "as-is"
mode.
Also, refactor detection routines to facilitate unit testing.
Signed-off-by: Paul Sokolovsky <pfalcon@users.sourceforge.net>
0 commit comments