helix: Wrap markdown files at 80 characters

This commit is contained in:
Jeena 2026-03-19 14:13:17 +09:00
parent 70f451039d
commit 3e7421b27d

7
helix/languages.toml Normal file
View file

@ -0,0 +1,7 @@
[[language]]
name = "markdown"
text-width = 80
[language.soft-wrap]
enable = true
wrap-at-text-width = true