From b1acf75e5300592fe34ae35c0256217f42e0465f Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 26 Aug 2020 02:17:56 -0400 Subject: [PATCH] Prettiers --- README.md | 16 ++-- src/system/string.ts | 4 +- src/webviews/apps/settings/partials/blame.html | 8 +- src/webviews/apps/settings/partials/code-lens.html | 92 +++++++++++----------- .../apps/settings/partials/current-line.html | 4 +- src/webviews/apps/settings/partials/menus.html | 4 +- src/webviews/apps/settings/partials/modes.html | 4 +- .../apps/settings/partials/status-bar.html | 40 +++++----- .../apps/settings/partials/views.compare.html | 4 +- .../apps/settings/partials/views.repositories.html | 4 +- .../apps/settings/partials/views.search.html | 4 +- src/webviews/apps/welcome/welcome.html | 4 +- 12 files changed, 82 insertions(+), 106 deletions(-) diff --git a/README.md b/README.md index dbcc0e5..d1b2ce8 100644 --- a/README.md +++ b/README.md @@ -844,14 +844,14 @@ See also [View Settings](#view-settings- 'Jump to the View settings') ### Git Commands Menu Settings [#](#git-commands-menu-settings- 'Git Commands Menu Settings') -| Name | Description | -| ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | -| `gitlens.gitCommands.closeOnFocusOut` | Specifies whether to dismiss the Git Commands menu when focus is lost (if not, press `ESC` to dismiss) | -| `gitlens.gitCommands.search.matchAll` | Specifies whether to match all or any commit message search patterns | -| `gitlens.gitCommands.search.matchCase` | Specifies whether to match commit search patterns with or without regard to casing | -| `gitlens.gitCommands.search.matchRegex` | Specifies whether to match commit search patterns using regular expressions | -| `gitlens.gitCommands.search.showResultsInView` | Specifies whether to show the commit search results in the _Search Commits_ view or directly within the quick pick menu | -| `gitlens.gitCommands.skipConfirmations` | Specifies which (and when) Git commands will skip the confirmation step, using the format: `git-command-name:(menu|command)` | +| Name | Description | +| ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | +| `gitlens.gitCommands.closeOnFocusOut` | Specifies whether to dismiss the Git Commands menu when focus is lost (if not, press `ESC` to dismiss) | +| `gitlens.gitCommands.search.matchAll` | Specifies whether to match all or any commit message search patterns | +| `gitlens.gitCommands.search.matchCase` | Specifies whether to match commit search patterns with or without regard to casing | +| `gitlens.gitCommands.search.matchRegex` | Specifies whether to match commit search patterns using regular expressions | +| `gitlens.gitCommands.search.showResultsInView` | Specifies whether to show the commit search results in the _Search Commits_ view or directly within the quick pick menu | +| `gitlens.gitCommands.skipConfirmations` | Specifies which (and when) Git commands will skip the confirmation step, using the format: `git-command-name:(menu | command)` | ### Date & Time Settings [#](#date--time-settings- 'Date & Time Settings') diff --git a/src/system/string.ts b/src/system/string.ts index 0bbe923..f267243 100644 --- a/src/system/string.ts +++ b/src/system/string.ts @@ -380,8 +380,8 @@ export namespace Strings { if ( cp >= 0x1100 && (cp <= 0x115f || // Hangul Jamo - cp === 0x2329 || // LEFT-POINTING ANGLE BRACKET - cp === 0x232a || // RIGHT-POINTING ANGLE BRACKET + cp === 0x2329 || // LEFT-POINTING ANGLE BRACKET + cp === 0x232a || // RIGHT-POINTING ANGLE BRACKET // CJK Radicals Supplement .. Enclosed CJK Letters and Months (cp >= 0x2e80 && cp <= 0x3247 && cp !== 0x303f) || // Enclosed CJK Letters and Months .. CJK Unified Ideographs Extension A diff --git a/src/webviews/apps/settings/partials/blame.html b/src/webviews/apps/settings/partials/blame.html index 49befcb..ecd5295 100644 --- a/src/webviews/apps/settings/partials/blame.html +++ b/src/webviews/apps/settings/partials/blame.html @@ -11,9 +11,7 @@ -

- Adds on-demand gutter blame annotations for the whole file -

+

Adds on-demand gutter blame annotations for the whole file

@@ -109,9 +107,7 @@
-

- Compacts (deduplicates) matching adjacent blame annotations -

+

Compacts (deduplicates) matching adjacent blame annotations

diff --git a/src/webviews/apps/settings/partials/code-lens.html b/src/webviews/apps/settings/partials/code-lens.html index ae41bcf..5c13416 100644 --- a/src/webviews/apps/settings/partials/code-lens.html +++ b/src/webviews/apps/settings/partials/code-lens.html @@ -12,9 +12,7 @@
-

- Adds authorship code lens to the top of files and on code blocks -

+

Adds authorship code lens to the top of files and on code blocks

@@ -68,30 +66,30 @@ data-enablement="codeLens.enabled & codeLens.recentChange.enabled & codeLens.recentChange.command !false" disabled > - - - - - + + + + + - - + +
@@ -133,30 +131,30 @@ data-enablement="codeLens.enabled & codeLens.authors.enabled & codeLens.authors.command !false" disabled > - - - - - + + + + + - - + + @@ -199,9 +197,7 @@ /> -

- At the start of modules, classes, interfaces, etc -

+

At the start of modules, classes, interfaces, etc

diff --git a/src/webviews/apps/settings/partials/current-line.html b/src/webviews/apps/settings/partials/current-line.html index bcac8a2..e5bfb19 100644 --- a/src/webviews/apps/settings/partials/current-line.html +++ b/src/webviews/apps/settings/partials/current-line.html @@ -18,9 +18,7 @@
-

- Adds an unobtrusive blame annotation at the end of the current line -

+

Adds an unobtrusive blame annotation at the end of the current line

diff --git a/src/webviews/apps/settings/partials/menus.html b/src/webviews/apps/settings/partials/menus.html index 672d77a..920db9a 100644 --- a/src/webviews/apps/settings/partials/menus.html +++ b/src/webviews/apps/settings/partials/menus.html @@ -5,9 +5,7 @@
-

- Adds many helpful commands to the built-in menus & toolbars -

+

Adds many helpful commands to the built-in menus & toolbars

diff --git a/src/webviews/apps/settings/partials/modes.html b/src/webviews/apps/settings/partials/modes.html index 90f6b82..3c7017c 100644 --- a/src/webviews/apps/settings/partials/modes.html +++ b/src/webviews/apps/settings/partials/modes.html @@ -11,9 +11,7 @@ -

- Supports user-defined modes for quickly toggling between sets of settings -

+

Supports user-defined modes for quickly toggling between sets of settings

diff --git a/src/webviews/apps/settings/partials/status-bar.html b/src/webviews/apps/settings/partials/status-bar.html index d112ba4..9ab0775 100644 --- a/src/webviews/apps/settings/partials/status-bar.html +++ b/src/webviews/apps/settings/partials/status-bar.html @@ -12,9 +12,7 @@
-

- Adds a Git blame annotation about the current line to the status bar -

+

Adds a Git blame annotation about the current line to the status bar

@@ -59,27 +57,27 @@
diff --git a/src/webviews/apps/settings/partials/views.compare.html b/src/webviews/apps/settings/partials/views.compare.html index 2047389..607f0d3 100644 --- a/src/webviews/apps/settings/partials/views.compare.html +++ b/src/webviews/apps/settings/partials/views.compare.html @@ -63,9 +63,7 @@ />
-

- Compacts (flattens) unnecessary nesting when using a tree layouts -

+

Compacts (flattens) unnecessary nesting when using a tree layouts

diff --git a/src/webviews/apps/settings/partials/views.repositories.html b/src/webviews/apps/settings/partials/views.repositories.html index 328366d..8ad1db9 100644 --- a/src/webviews/apps/settings/partials/views.repositories.html +++ b/src/webviews/apps/settings/partials/views.repositories.html @@ -144,9 +144,7 @@ />
-

- Compacts (flattens) unnecessary nesting when using a tree layouts -

+

Compacts (flattens) unnecessary nesting when using a tree layouts

diff --git a/src/webviews/apps/settings/partials/views.search.html b/src/webviews/apps/settings/partials/views.search.html index 01b3a59..bbafc71 100644 --- a/src/webviews/apps/settings/partials/views.search.html +++ b/src/webviews/apps/settings/partials/views.search.html @@ -63,9 +63,7 @@ />
-

- Compacts (flattens) unnecessary nesting when using a tree layouts -

+

Compacts (flattens) unnecessary nesting when using a tree layouts

diff --git a/src/webviews/apps/welcome/welcome.html b/src/webviews/apps/welcome/welcome.html index 85a9f4c..defaa80 100644 --- a/src/webviews/apps/welcome/welcome.html +++ b/src/webviews/apps/welcome/welcome.html @@ -88,9 +88,7 @@ no problem, quickly turn them off or change how they behave using the options below.

-

- Quick Setup -

+

Quick Setup

For more options, use the interactive