initial commit

This commit is contained in:
ManjaroOne666 2019-08-22 12:50:30 +01:00
commit 84ad0f67e7

4
ftplugin/octobercms.vim Normal file
View file

@ -0,0 +1,4 @@
augroup RemoveControlM
" FIXME - need to work out how to pass without it being treated literally
" autocmd * BufWritePre <buffer> %s/ $//
augroup END