2015-07-18 17:05:45 -04:00
|
|
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'emberscript') == -1
|
|
|
|
|
2014-04-14 19:14:47 -04:00
|
|
|
" Language: ember-script
|
|
|
|
" Maintainer: heartsentwined <heartsentwined@cogito-lab.com>
|
|
|
|
" URL: http://github.com/heartsentwined/vim-ember-script
|
|
|
|
" Version: 1.0.1
|
|
|
|
" Last Change: 2013 Apr 17
|
|
|
|
" License: GPL-3.0
|
|
|
|
|
|
|
|
setlocal tabstop=2
|
|
|
|
setlocal softtabstop=2
|
|
|
|
setlocal shiftwidth=2
|
|
|
|
setlocal smarttab
|
|
|
|
setlocal expandtab
|
|
|
|
setlocal smartindent
|
|
|
|
|
|
|
|
setlocal formatoptions-=t formatoptions+=croqlj
|
|
|
|
setlocal comments=:#
|
|
|
|
setlocal commentstring=#\ %s
|
2015-07-18 17:05:45 -04:00
|
|
|
|
|
|
|
endif
|