removed empty lines between snippets

This commit is contained in:
Derek Morey 2015-12-02 11:39:04 -05:00
parent ac285bbb29
commit f15d9faa31

View File

@ -1,13 +1,11 @@
# xml declaration # xml declaration
snippet xml snippet xml
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
# tag # tag
snippet t snippet t
<${1:}> <${1:}>
${2} ${2}
</$1> </$1>
# inline tag # inline tag
snippet ti snippet ti
<${1:}>${2}</$1> <${1:}>${2}</$1>