Editorconfig seems to not allow the line wrapping. I'm using neovim with `set exrc`, so this local file is used to fix some behaviors. If a contributor can give solutions for a global configuration that works everywhere...
3 lines
111 B
Plaintext
3 lines
111 B
Plaintext
" set markdown options to set fo+=a textwidth=120
|
|
autocmd FileType markdown setlocal textwidth=120 fo+=a cc=+1
|