Biome
Appearance
Biome Formatter
Install Globally
brew install biome brew update brew upgrade biome
Global Config
global HOME/biome.json
{
"json": {
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"expand": "auto"
}
}
}