diff options
Diffstat (limited to 'biome.json')
| -rw-r--r-- | biome.json | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -2,11 +2,16 @@ "$schema": "https://biomejs.dev/schemas/1.6.4/schema.json", "formatter": { "ignore": [ - ".direnv/**", - ".git/**", - "dist/**", + ".git/", + "dist/", + ".astro/", + "node_modules", + ".direnv/", + "result*", + "repl-result*", "flake.lock", "pnpm-lock.yaml" - ] + ], + "indentStyle": "tab" } } |
