add block_all_childless

close #270
This commit is contained in:
Yasuhiro Matsumoto
2017-06-13 18:10:16 +09:00
parent 3af413c9a3
commit aa801bc9b7
2 changed files with 3 additions and 2 deletions

View File

@@ -1869,6 +1869,7 @@ let s:emmet_settings = {
\ 'inline_elements': 'a,abbr,acronym,applet,b,basefont,bdo,big,br,button,cite,code,del,dfn,em,font,i,iframe,img,input,ins,kbd,label,map,object,q,s,samp,script,small,span,strike,strong,sub,sup,textarea,tt,u,var',
\ 'empty_element_suffix': g:emmet_html5 ? '>' : ' />',
\ 'indent_blockelement': 0,
\ 'block_all_childless': 0,
\ },
\ 'elm': {
\ 'indentation': ' ',