From 193372dd54709926bdab588d5c665e07f0e5fff6 Mon Sep 17 00:00:00 2001 From: clsr Date: Fri, 18 Aug 2017 13:51:25 +0200 Subject: Initial commit --- ftplugin/cnp.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 ftplugin/cnp.vim (limited to 'ftplugin/cnp.vim') 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 -- cgit