summaryrefslogtreecommitdiffstats
path: root/ftplugin/cnp.vim
blob: 0ef35d0a3aad265b4c6fa75eaffda0af80e2cb9f (plain)
1
2
3
4
5
6
" it's a binary protocol, but any would likely be encoded as utf-8 anyway
setlocal encoding=utf-8
setlocal fileencodings=utf-8

" crlf is wrong
setlocal fileformat=unix