Jump to content

Biome

From Torben's Wiki
Revision as of 10:55, 13 July 2026 by Torben (talk | contribs) (Created page with "== Biome Formatter == https://biomejs.dev global HOME/biome.js { "json": { "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "expand": "auto" } } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Biome Formatter

https://biomejs.dev

global HOME/biome.js

{
  "json": {
    "formatter": {
      "enabled": true,
      "indentStyle": "space",
      "indentWidth": 2,
      "lineEnding": "lf",
      "expand": "auto"
    }
  }
}