Describe the bug
Biome, with just biome.enable = true; runs with "--config-path", "/nix/store/wav9hxsa0zy51acj85d29hp0syk8waqj-validated-biome-config.json"
That makes it so that if there's a biome.json, it gets ignored.
To Reproduce
Steps to reproduce the behavior:
biome.enable = true;
printf '{\n "formatter": {\n "enabled": true,\n "indentStyle": "space"\n }\n}\n' > biome.json
biome format --write => spaces
nix fmt => tabs
Expected behavior
Expect spaces for indent, get tabs (biome default).
System information
biome Version: 2.4.16
treefmt-nix: db947814a175b7ca6ded66e21383d938df01c227
nixos
Additional context
Describe the bug
Biome, with just
biome.enable = true;runs with"--config-path", "/nix/store/wav9hxsa0zy51acj85d29hp0syk8waqj-validated-biome-config.json"That makes it so that if there's a
biome.json, it gets ignored.To Reproduce
Steps to reproduce the behavior:
biome.enable = true;printf '{\n "formatter": {\n "enabled": true,\n "indentStyle": "space"\n }\n}\n' > biome.jsonbiome format --write=> spacesnix fmt=> tabsExpected behavior
Expect spaces for indent, get tabs (biome default).
System information
biome Version: 2.4.16
treefmt-nix:
db947814a175b7ca6ded66e21383d938df01c227nixos
Additional context