summaryrefslogtreecommitdiff
path: root/.config/helix/languages.toml
blob: d727f5f251405350b36a06dad32e573393b28f57 (plain)
[[language]]
name = "rust"
indent = { tab-width=4, unit="\t" }
formatter = { command="rustfmt" }
[language-server.rust-analyzer.config]
check.command = "clippy"

[[language]]
name = "python"
indent = { tab-width=8, unit="\t" }

[[language]]
name = "markdown"
soft-wrap = { enable = true }