🐛 Alignment of tabbed text in biome check
output is wrong
#5279
Labels
A-Diagnostic
Area: diagnostocis
S-Bug-confirmed
Status: report has been confirmed as a valid bug
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Environment information
What happened?
Tabs are rendered as
→
(which takes up 2 spaces) and as 4 spaces for lines that are just context. In the screenshot, see that line 4 in the biome check output is showing as being vertically aligned with line 5, even though line 5 has 2 tabs while line 4 has 1 tab.This can be reproduced with a single
biome.jsonc
file and having it check itself for formattingbiome check ./biome.jsonc
Expected result
I'd expect the context line tabs to be 2 spaces instead of 4
Code of Conduct
The text was updated successfully, but these errors were encountered: