Update helix/ruff confs

- Support autoformatting Javascript in Helix
- Update Ruff to use modern config idioms
This commit is contained in:
Trysdyn Black 2024-10-08 13:27:57 -07:00
parent c528134912
commit 651a2da9be
2 changed files with 6 additions and 2 deletions

View file

@ -14,3 +14,7 @@ command = "ruff-lsp"
[[language]]
name = "markdown"
soft-wrap.enable = true
[[language]]
name = "javascript"
auto-format = true