Skip to content

Fix #219: Configure VS Code tabSize=8 and indentSize=4 #224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

avinab-neogy
Copy link
Collaborator

Description:

This pull request updates the VS Code settings in .devcontainer/devcontainer.json to ensure consistent indentation and tab display for R code:

  • Sets "editor.tabSize" to 8, matching base R’s tab display width.
  • Sets "editor.indentSize" to 4, so pressing Tab inserts 4 spaces (modern indentation).
  • Sets "editor.detectIndentation" to false to enforce these settings and prevent VS Code from auto-detecting indentation.

This change ensures all contributors have a consistent editing experience in the dev container, as discussed in #219.

@avinab-neogy avinab-neogy requested a review from hturner June 6, 2025 07:23
@avinab-neogy avinab-neogy self-assigned this Jun 6, 2025
@avinab-neogy
Copy link
Collaborator Author

I think the linter check is failing will run it locally and update the PR.

@avinab-neogy avinab-neogy changed the base branch from main to devel June 6, 2025 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant