feat: Update editorconfig to use tabs by default - #85
Open
agraven-famedly wants to merge 1 commit into
Open
Conversation
|
|
agraven-famedly
force-pushed
the
agraven/tab-indent-size
branch
2 times, most recently
from
September 2, 2026 10:40
0b0ddd4 to
57a2158
Compare
agraven-famedly
force-pushed
the
agraven/tab-indent-size
branch
from
September 2, 2026 10:44
57a2158 to
8778b43
Compare
RasmusRendal
approved these changes
Sep 2, 2026
RasmusRendal
left a comment
Contributor
There was a problem hiding this comment.
Looks cool!
Let's merge it tomorrow if nobody complains before then :)
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8778b43. Configure here.
agraven-famedly
force-pushed
the
agraven/tab-indent-size
branch
from
September 2, 2026 11:18
8778b43 to
af0a730
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Update the editorconfig so tabs are the default. The original choices of spaces was not well-motivated and tabs suit us better (we strive to use them everywhere we can for accessibility and flexibility reasons).
Note
Low Risk
Editor and formatter hints only; no runtime or security impact, though editors may suggest tabs for file types that previously defaulted to spaces.
Overview
EditorConfig now treats tabs as the default for all files (
indent_style/indent_sizeon[*]), replacing the previous default of 2 spaces.Per-language rules are reorganized: explicit 2-space overrides are added for
*.dart,*.nix,*.toml, and*.{yaml,yml}. The old tab-only sections for shell, Makefiles, Rust, and Go are removed because they inherit the new global default.The same content is updated in
standards/editorconfig(source) and.editorconfig(generated copy viafilegen-activate).Reviewed by Cursor Bugbot for commit af0a730. Bugbot is set up for automated code reviews on this repo. Configure here.