diff options
Diffstat (limited to 'ftplugin')
| -rw-r--r-- | ftplugin/emblem.vim | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/ftplugin/emblem.vim b/ftplugin/emblem.vim new file mode 100644 index 00000000..68b7f25e --- /dev/null +++ b/ftplugin/emblem.vim @@ -0,0 +1,17 @@ +" Language:    emblem +" Maintainer:  heartsentwined <heartsentwined@cogito-lab.com> +" URL:         http://github.com/heartsentwined/vim-emblem +" Version:     1.2.0 +" Last Change: 2013 Apr 22 +" License:     GPL-3.0 + +setlocal tabstop=2 +setlocal softtabstop=2 +setlocal shiftwidth=2 +setlocal smarttab +setlocal expandtab +setlocal smartindent + +setlocal formatoptions=q +setlocal comments=:/ +setlocal commentstring=/\ %s | 
