mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 10:24:18 +00:00
Removed final newline from snippet files.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <h1>...</h1>
|
||||
# --
|
||||
<h1>$1</h1>
|
||||
<h1>$1</h1>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <h2>...</h2>
|
||||
# --
|
||||
<h2>$1</h2>
|
||||
<h2>$1</h2>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <h3>...</h3>
|
||||
# --
|
||||
<h3>$1</h3>
|
||||
<h3>$1</h3>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <h4>...</h4>
|
||||
# --
|
||||
<h4>$1</h4>
|
||||
<h4>$1</h4>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <h5>...</h5>
|
||||
# --
|
||||
<h5>$1</h5>
|
||||
<h5>$1</h5>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <h6>...</h6>
|
||||
# --
|
||||
<h6>$1</h6>
|
||||
<h6>$1</h6>
|
||||
Reference in New Issue
Block a user