Update helix/ruff confs
- Support autoformatting Javascript in Helix - Update Ruff to use modern config idioms
This commit is contained in:
parent
c528134912
commit
651a2da9be
2 changed files with 6 additions and 2 deletions
|
@ -14,3 +14,7 @@ command = "ruff-lsp"
|
|||
[[language]]
|
||||
name = "markdown"
|
||||
soft-wrap.enable = true
|
||||
|
||||
[[language]]
|
||||
name = "javascript"
|
||||
auto-format = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue