-
-
Notifications
You must be signed in to change notification settings - Fork 19
Description
I can auto-format my doc with cmd+option+L. This used the current biome setup to formate the current file I'm viewing.
When I'm in the commit view and viewing a diff between two files before a PR, if I click into the changes on the right, and then click on the terminal window at the bottom, the IDE feels like I'm leaving the file and it auto-formats the file inside the diff on the right.
This auto-format ignores the biome setup and the biome plugin and formats it according to default IDE preferences. This makes it to where I can't move around too much during code reviews because it's silently editing my files incorrectly as i change windows and such.
Expected: If I am in commit view and looking at a file on the right side of the diff and I hit cmd+option+L, that file is formatted according to my biome setting.
Actual: it ignores biome settings and default formats the file.
Expected: If I am in commit view and looking at a file on the right side of the diff and move from the right side file to the bottom terminal, that file is auto-formatted according to my biome setting. auto-format on blur
Actual: it ignores biome settings and auto-formats the file with IDE default settings which shifts it around incorrectly.