removed empty lines between snippets
This commit is contained in:
parent
ac285bbb29
commit
f15d9faa31
@ -1,13 +1,11 @@
|
||||
# xml declaration
|
||||
snippet xml
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
# tag
|
||||
snippet t
|
||||
<${1:}>
|
||||
${2}
|
||||
</$1>
|
||||
|
||||
# inline tag
|
||||
snippet ti
|
||||
<${1:}>${2}</$1>
|
||||
|
Loading…
Reference in New Issue
Block a user