doc: fix formatting of nested list
Markdown wants 4 spaces, not 2. PR #1894
This commit is contained in:
8
GUIDE.md
8
GUIDE.md
@@ -179,10 +179,10 @@ the following:
|
|||||||
|
|
||||||
1. Files and directories that match glob patterns in these three categories:
|
1. Files and directories that match glob patterns in these three categories:
|
||||||
1. gitignore globs (including global and repo-specific globs).
|
1. gitignore globs (including global and repo-specific globs).
|
||||||
2. `.ignore` globs, which take precedence over all gitignore globs when
|
2. `.ignore` globs, which take precedence over all gitignore globs
|
||||||
there's a conflict.
|
when there's a conflict.
|
||||||
3. `.rgignore` globs, which take precedence over all `.ignore` globs when
|
3. `.rgignore` globs, which take precedence over all `.ignore` globs
|
||||||
there's a conflict.
|
when there's a conflict.
|
||||||
2. Hidden files and directories.
|
2. Hidden files and directories.
|
||||||
3. Binary files. (ripgrep considers any file with a `NUL` byte to be binary.)
|
3. Binary files. (ripgrep considers any file with a `NUL` byte to be binary.)
|
||||||
4. Symbolic links aren't followed.
|
4. Symbolic links aren't followed.
|
||||||
|
|||||||
Reference in New Issue
Block a user