From 84acccd84bb26bbb9e0c65dd0c21093b7caeebdb Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 10 Jul 2019 09:14:29 -0400 Subject: [PATCH] Fixes prettier --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index dffd568..72b4e46 100644 --- a/README.md +++ b/README.md @@ -858,21 +858,21 @@ See also [View Settings](#view-settings- 'Jump to the View settings') ### Advanced Settings [#](#advanced-settings- 'Advanced Settings') -| Name | Description | -| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `gitlens.advanced.abbreviatedShaLength` | Specifies the length of abbreviated commit ids (shas) | -| `gitlens.advanced.blame.customArguments` | Specifies additional arguments to pass to the `git blame` command | -| `gitlens.advanced.blame.delayAfterEdit` | Specifies the time (in milliseconds) to wait before re-blaming an unsaved document after an edit. Use 0 to specify an infinite wait | -| `gitlens.advanced.blame.sizeThresholdAfterEdit` | Specifies the maximum document size (in lines) allowed to be re-blamed after an edit while still unsaved. Use 0 to specify no maximum | -| `gitlens.advanced.caching.enabled` | Specifies whether git output will be cached — changing the default is not recommended | -| `gitlens.advanced.fileHistoryFollowsRenames` | Specifies whether file histories will follow renames -- will affect how merge commits are shown in histories | -| `gitlens.advanced.maxListItems` | Specifies the maximum number of items to show in a list. Use 0 to specify no maximum | -| `gitlens.advanced.maxSearchItems` | Specifies the maximum number of items to show in a search. Use 0 to specify no maximum | -| `gitlens.advanced.messages` | Specifies which messages should be suppressed | -| `gitlens.advanced.quickPick.closeOnFocusOut` | Specifies whether to close QuickPick menus when focus is lost | -| `gitlens.advanced.repositorySearchDepth` | Specifies how many folders deep to search for repositories | -| `gitlens.advanced.similarityThreshold` | Specifies the amount (percent) of similarity a deleted and added file pair must have to be considered a rename | -| `gitlens.advanced.telemetry.enabled` | Specifies whether to enable GitLens telemetry (even if enabled still abides by the overall `telemetry.enableTelemetry` setting | +| Name | Description | +| ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `gitlens.advanced.abbreviatedShaLength` | Specifies the length of abbreviated commit ids (shas) | +| `gitlens.advanced.blame.customArguments` | Specifies additional arguments to pass to the `git blame` command | +| `gitlens.advanced.blame.delayAfterEdit` | Specifies the time (in milliseconds) to wait before re-blaming an unsaved document after an edit. Use 0 to specify an infinite wait | +| `gitlens.advanced.blame.sizeThresholdAfterEdit` | Specifies the maximum document size (in lines) allowed to be re-blamed after an edit while still unsaved. Use 0 to specify no maximum | +| `gitlens.advanced.caching.enabled` | Specifies whether git output will be cached — changing the default is not recommended | +| `gitlens.advanced.fileHistoryFollowsRenames` | Specifies whether file histories will follow renames -- will affect how merge commits are shown in histories | +| `gitlens.advanced.maxListItems` | Specifies the maximum number of items to show in a list. Use 0 to specify no maximum | +| `gitlens.advanced.maxSearchItems` | Specifies the maximum number of items to show in a search. Use 0 to specify no maximum | +| `gitlens.advanced.messages` | Specifies which messages should be suppressed | +| `gitlens.advanced.quickPick.closeOnFocusOut` | Specifies whether to close QuickPick menus when focus is lost | +| `gitlens.advanced.repositorySearchDepth` | Specifies how many folders deep to search for repositories | +| `gitlens.advanced.similarityThreshold` | Specifies the amount (percent) of similarity a deleted and added file pair must have to be considered a rename | +| `gitlens.advanced.telemetry.enabled` | Specifies whether to enable GitLens telemetry (even if enabled still abides by the overall `telemetry.enableTelemetry` setting | | `gitlens.advanced.useSymmetricDifferenceNotation` | Specifies whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisons. See the [Git docs](https://git-scm.com/docs/gitrevisions#_dotted_range_notations) | #### Custom Remotes Settings