-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
In additional to filename extension, we may want to check file format or at least that file is plaintext (such as check for trailing whitespace, or a common typo you do in all text files). May use libmagic here, or some custom check which e.g. checks if first 100 bytes of file are valid utf8.
Metadata
Metadata
Assignees
Labels
No labels