empty_element_suffix should be " />" for JSX

Close #313
This commit is contained in:
Yasuhiro Matsumoto
2016-10-29 20:36:07 +09:00
parent 1fe780000b
commit b56be291c4
2 changed files with 3 additions and 1 deletions

View File

@@ -1936,6 +1936,7 @@ let s:emmet_settings = {
\ 'jsx': {
\ 'extends': 'html',
\ 'attribute_name': {'class': 'className', 'for': 'htmlFor'},
\ 'empty_element_suffix': ' />',
\ },
\ 'xslt': {
\ 'extends': 'xsl',