dotfiles-pub/common/helix/languages.toml
2022-11-30 12:20:47 -07:00

4 lines
No EOL
118 B
TOML

[[language]]
name = "javascript"
formatter = { command = "prettier", args = ["--parser", "babel"] }
auto-format = true