Jump to content

Biome

From Torben's Wickie

Biome Formatter

https://biomejs.dev

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"
    }
  }
}