From fd23d44b4aac77433d8913c432aa6fb95f84aaa9 Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Sat, 30 Mar 2024 07:40:50 +0100 Subject: [PATCH] Convert spaces to tabs consistently --- extensions/positron-r/src/test/indentation.test.ts | 2 +- .../positron-r/src/test/snapshots/indentation-cases.R | 6 +++--- .../positron-r/src/test/snapshots/indentation-snapshots.R | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/extensions/positron-r/src/test/indentation.test.ts b/extensions/positron-r/src/test/indentation.test.ts index 0b103680b906..1d048197c18d 100644 --- a/extensions/positron-r/src/test/indentation.test.ts +++ b/extensions/positron-r/src/test/indentation.test.ts @@ -18,7 +18,7 @@ async function init() { // Prevents `ENOENT: no such file or directory` errors caused by us // deleting temporary editor files befor Code had the opportunity to - // save the user history of these files (see ) + // save the user history of these files. config.update('workbench.localHistory.enabled', false, vscode.ConfigurationTarget.Workspace); } diff --git a/extensions/positron-r/src/test/snapshots/indentation-cases.R b/extensions/positron-r/src/test/snapshots/indentation-cases.R index 68f89514a578..07c2f666fadf 100644 --- a/extensions/positron-r/src/test/snapshots/indentation-cases.R +++ b/extensions/positron-r/src/test/snapshots/indentation-cases.R @@ -50,8 +50,8 @@ data |> data |> fn1() |> fn2( - "arg" - )"<>" + "arg" + )"<>" # --- # https://github.com/posit-dev/positron-beta/discussions/46 @@ -69,7 +69,7 @@ data |> # FIXME { fn(function() { - # + # }"<>") } diff --git a/extensions/positron-r/src/test/snapshots/indentation-snapshots.R b/extensions/positron-r/src/test/snapshots/indentation-snapshots.R index 06f87616b13b..e480ffa32b2e 100644 --- a/extensions/positron-r/src/test/snapshots/indentation-snapshots.R +++ b/extensions/positron-r/src/test/snapshots/indentation-snapshots.R @@ -50,9 +50,9 @@ data |> data |> fn1() |> fn2( - "arg" - ) - "<>" + "arg" + ) + "<>" # --- # https://github.com/posit-dev/positron-beta/discussions/46 @@ -72,7 +72,7 @@ data |> # FIXME { fn(function() { - # + # } "<>") }