build(nix): Updated prettier config.

This commit is contained in:
Spencer Brower
2026-07-30 13:49:19 -04:00
parent 6d97a23568
commit 9e19b0dc2c
9 changed files with 22 additions and 13 deletions
-1
View File
@@ -459,4 +459,3 @@ helix_version_from_path :: proc(path: string) -> string {
if end <= start do return ""
return path[start:end]
}