summaryrefslogtreecommitdiff
path: root/biome.json
diff options
context:
space:
mode:
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/biome.json b/biome.json
index 80940cb..7a53a9f 100644
--- a/biome.json
+++ b/biome.json
@@ -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"
}
}