options: Add capability to define the line count parsed for the signature check

This commit is contained in:
Jöran Karl
2023-06-06 21:59:35 +02:00
parent 2d0d0416e7
commit 3c16df87ee
4 changed files with 17 additions and 2 deletions

View File

@@ -100,6 +100,13 @@ Here are the available options:
default value: `true`
* `detectlimit`: if this is not set to 0, it will limit the amount of first
lines in a file that are matched to determine the filetype.
A higher limit means better accuracy of guessing the filetype, but also
taking more time.
default value: `100`
* `diffgutter`: display diff indicators before lines.
default value: `false`