diff options
Diffstat (limited to 'ftplugin/cnp.vim')
-rwxr-xr-x | ftplugin/cnp.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ftplugin/cnp.vim b/ftplugin/cnp.vim new file mode 100755 index 0000000..0ef35d0 --- /dev/null +++ b/ftplugin/cnp.vim @@ -0,0 +1,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 |