Remove default html indentation

This commit is contained in:
mattn
2013-08-09 13:06:48 +09:00
parent 6d924eb310
commit 9791571ff4

View File

@@ -1,7 +1,7 @@
"============================================================================= "=============================================================================
" emmet.vim " emmet.vim
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com> " Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
" Last Change: 08-Aug-2013. " Last Change: 09-Aug-2013.
let s:save_cpo = &cpo let s:save_cpo = &cpo
set cpo&vim set cpo&vim
@@ -1280,7 +1280,6 @@ let s:emmet_settings = {
\ 'extends': 'css', \ 'extends': 'css',
\ }, \ },
\ 'html': { \ 'html': {
\ 'indentation': "\t",
\ 'snippets': { \ 'snippets': {
\ 'cc:ie6': "<!--[if lte IE 6]>\n\t${child}|\n<![endif]-->", \ 'cc:ie6': "<!--[if lte IE 6]>\n\t${child}|\n<![endif]-->",
\ 'cc:ie': "<!--[if IE]>\n\t${child}|\n<![endif]-->", \ 'cc:ie': "<!--[if IE]>\n\t${child}|\n<![endif]-->",