From 0b50acdddfb5a90f7b6c21b9c299452fe9b68534 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 15 Apr 2014 01:14:47 +0200 Subject: Add Ember Script --- ftplugin/ember-script.vim | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ftplugin/ember-script.vim (limited to 'ftplugin/ember-script.vim') diff --git a/ftplugin/ember-script.vim b/ftplugin/ember-script.vim new file mode 100644 index 00000000..b9aabc93 --- /dev/null +++ b/ftplugin/ember-script.vim @@ -0,0 +1,17 @@ +" Language: ember-script +" Maintainer: heartsentwined +" 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 -- cgit v1.2.3