diff options
| author | Martin Zacho <reach@martinzacho.com> | 2022-08-27 11:50:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-27 12:50:55 +0300 |
| commit | 26be8371b44d6b37fc5ec469565aea80b41d8a8e (patch) | |
| tree | a546fcb010fdca5ba10fea60520a1c76b57d1abc /doc | |
| parent | 94273611c95b6718c41018be2657f6982a325f60 (diff) | |
[Docs] Tweak some wording (#1793)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/configuration.adoc | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/modules/ROOT/pages/configuration.adoc b/doc/modules/ROOT/pages/configuration.adoc index f17daa3..74242db 100644 --- a/doc/modules/ROOT/pages/configuration.adoc +++ b/doc/modules/ROOT/pages/configuration.adoc @@ -14,14 +14,12 @@ known as the `native indexing method`) and the other two (`hybrid` and `alien`) rely on external commands like `find`, `git`, etc to obtain the list of files in a project. -The `alien` indexing method optimizes to the limit the speed of -the `hybrid` indexing method. This means that Projectile will not do -any processing or sorting of the files returned by the external commands -and you're going to get the maximum performance possible. This behaviour -makes a lot of sense for most people, as they'd typically be putting -ignores in their VCS config (e.g. `.gitignore`) and won't care about -any additional ignores/unignores/sorting that Projectile might also -provide. +The `alien` indexing method maximizes the speed of the `hybrid` indexing +method. This means that Projectile will not do any processing or sorting +of the files returned by the external commands and you're going to get +the maximum performance possible. This behaviour makes a lot of sense for +most people, as they'd typically be putting ignores in their VCS config (e.g. `.gitignore`) and won't care about any additional ignores/unignores/sorting +that Projectile might also provide. NOTE: By default the `alien` method is used on all operating systems except Windows. Prior to Projectile 2.0 `hybrid` used to be the default (but to make things |
