editorcnofig: add textwidth setting for md

This commit is contained in:
Ching Pei Yang 2026-01-22 20:09:13 +01:00
commit 937b5a2fe9
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -13,6 +13,7 @@ trim_trailing_whitespace = true
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
trim_trailing_whitespace = false trim_trailing_whitespace = false
max_line_length = 80
[*.{js,json,nix,yml,yaml,toml}] [*.{js,json,nix,yml,yaml,toml}]
indent_style = space indent_style = space