Checks that plain text files really are plain text, have the correct line endings and more
Flag | Default | Description |
---|---|---|
ascii | false | Must be valid ASCII |
control | false | Allow control characters (other than newlines and tab) |
nul | false | Allow nul (0x00) bytes |
utf8 | true | Must be valid UTF-8 |