Skip to content

Commit

Permalink
Convert spaces to tabs consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Apr 2, 2024
1 parent c3ff622 commit 16fe7eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion extensions/positron-r/src/test/indentation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down
6 changes: 3 additions & 3 deletions extensions/positron-r/src/test/snapshots/indentation-cases.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ data |>
data |>
fn1() |>
fn2(
"arg"
)"<>"
"arg"
)"<>"

# ---
# https://github.com/posit-dev/positron-beta/discussions/46
Expand All @@ -69,7 +69,7 @@ data |>
# FIXME
{
fn(function() {
#
#
}"<>")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ data |>
data |>
fn1() |>
fn2(
"arg"
)
"<>"
"arg"
)
"<>"

# ---
# https://github.com/posit-dev/positron-beta/discussions/46
Expand All @@ -72,7 +72,7 @@ data |>
# FIXME
{
fn(function() {
#
#
}
"<>")
}
Expand Down

0 comments on commit 16fe7eb

Please sign in to comment.